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