17 references to LabelStyle
System.Windows.Forms.DataVisualization (17)
Common\ChartTypes\PieChart.cs (12)
1102 if(series.IsCustomPropertySet(CustomPropertyName.LabelStyle)) 1104 string labelStyleAttrib = series[CustomPropertyName.LabelStyle]; 1128 if(point.IsCustomPropertySet(CustomPropertyName.LabelStyle)) 1130 string labelStyleAttrib = point[CustomPropertyName.LabelStyle]; 1523 if(series.IsCustomPropertySet(CustomPropertyName.LabelStyle)) 1525 string labelStyleAttrib = series[CustomPropertyName.LabelStyle]; 1549 if(point.IsCustomPropertySet(CustomPropertyName.LabelStyle)) 1551 string labelStyleAttrib = point[CustomPropertyName.LabelStyle]; 1601 if(series.IsCustomPropertySet(CustomPropertyName.LabelStyle)) 1603 string labelStyleAttrib = series[CustomPropertyName.LabelStyle]; 1627 if(point.IsCustomPropertySet(CustomPropertyName.LabelStyle)) 1629 string labelStyleAttrib = point[CustomPropertyName.LabelStyle];
Common\ChartTypes\PointChart.cs (2)
713string attrib = point[CustomPropertyName.LabelStyle]; 716attrib = ser[CustomPropertyName.LabelStyle];
Common\ChartTypes\RadarChart.cs (2)
1081string attrib = point[CustomPropertyName.LabelStyle]; 1084attrib = ser[CustomPropertyName.LabelStyle];
Common\Utilities\CustomAttributesRegistry.cs (1)
1060 CustomPropertyName.LabelStyle,