4 references to GetCustomProperty
System.Web.DataVisualization (4)
Common\ChartTypes\PieChart.cs (1)
5623
String.Equals(point.series.
GetCustomProperty
(CustomPropertyName.PieAutoAxisLabels), "false", StringComparison.OrdinalIgnoreCase))
Common\DataManager\DataPoint.cs (2)
2621
attributeValue = properties.
GetCustomProperty
(attributeName);
2631
attributeValue = dataPoint.series.
GetCustomProperty
(attributeName);
Common\General\Selection.cs (1)
2568
if (!Int32.TryParse(dataPoint.
GetCustomProperty
("OriginalPointIndex"), out pointIndex))