13 references to MaxValueOfPixelAttribute
System.Web.DataVisualization (13)
Common\DataManager\DataSeries.cs (8)
657if (pointDepth > CustomPropertyRegistry.MaxValueOfPixelAttribute) 659throw (new InvalidOperationException(SR.ExceptionCustomAttributeMustBeInRange("PixelPointDepth", (0).ToString(CultureInfo.CurrentCulture), CustomPropertyRegistry.MaxValueOfPixelAttribute.ToString(CultureInfo.CurrentCulture)))); 687if (pointGapDepth > CustomPropertyRegistry.MaxValueOfPixelAttribute) 689throw (new InvalidOperationException(SR.ExceptionCustomAttributeMustBeInRange("PixelPointGapDepth", (0).ToString(CultureInfo.CurrentCulture), CustomPropertyRegistry.MaxValueOfPixelAttribute.ToString(CultureInfo.CurrentCulture)))); 756if (minPixelPointWidth > CustomPropertyRegistry.MaxValueOfPixelAttribute) 758throw (new InvalidOperationException(SR.ExceptionCustomAttributeMustBeInRange("MinPixelPointWidth", (0).ToString(CultureInfo.CurrentCulture), CustomPropertyRegistry.MaxValueOfPixelAttribute.ToString(CultureInfo.CurrentCulture)))); 811if (pixelPointWidth > CustomPropertyRegistry.MaxValueOfPixelAttribute) 813throw (new InvalidOperationException(SR.ExceptionCustomAttributeMustBeInRange("PixelPointWidth", (0).ToString(CultureInfo.CurrentCulture), CustomPropertyRegistry.MaxValueOfPixelAttribute.ToString(CultureInfo.CurrentCulture))));
Common\Utilities\CustomAttributesRegistry.cs (5)
646attrInfo.MaxValue = CustomPropertyRegistry.MaxValueOfPixelAttribute; 659attrInfo.MaxValue = CustomPropertyRegistry.MaxValueOfPixelAttribute; 672attrInfo.MaxValue = CustomPropertyRegistry.MaxValueOfPixelAttribute; 1148attrInfo.MaxValue = CustomPropertyRegistry.MaxValueOfPixelAttribute; 1162attrInfo.MaxValue = CustomPropertyRegistry.MaxValueOfPixelAttribute;