4 references to PermittedPixelError
System.Web.DataVisualization (4)
Common\ChartTypes\FastLineChart.cs (2)
282if (series.IsCustomPropertySet(CustomPropertyName.PermittedPixelError)) 284string attrValue = series[CustomPropertyName.PermittedPixelError];
Common\ChartTypes\FastPointChart.cs (2)
283if (series.IsCustomPropertySet(CustomPropertyName.PermittedPixelError)) 285string attrValue = series[CustomPropertyName.PermittedPixelError];