4 references to CircularLabelsStyle
System.Windows.Forms.DataVisualization (4)
Common\General\ChartArea.cs (2)
2813
if(series.IsVisible() && series.ChartArea == this.Name && series.IsCustomPropertySet(CustomPropertyName.
CircularLabelsStyle
))
2815
string styleName = series[CustomPropertyName.
CircularLabelsStyle
];
Common\Utilities\CustomAttributesRegistry.cs (2)
1210
CustomPropertyName.
CircularLabelsStyle
,
1251
CustomPropertyName.
CircularLabelsStyle
,