18 references to BarLabelStyle
System.Windows.Forms.DataVisualization (18)
Common\ChartTypes\BarChart.cs (8)
864
if (point.IsCustomPropertySet(CustomPropertyName.
BarLabelStyle
))
866
valueLabelAttrib = point[CustomPropertyName.
BarLabelStyle
];
868
else if (ser.IsCustomPropertySet(CustomPropertyName.
BarLabelStyle
))
870
valueLabelAttrib = ser[CustomPropertyName.
BarLabelStyle
];
1890
if (point.IsCustomPropertySet(CustomPropertyName.
BarLabelStyle
))
1892
valueLabelAttrib = point[CustomPropertyName.
BarLabelStyle
];
1894
else if (ser.IsCustomPropertySet(CustomPropertyName.
BarLabelStyle
))
1896
valueLabelAttrib = ser[CustomPropertyName.
BarLabelStyle
];
Common\ChartTypes\StackedBarChart.cs (8)
1102
if (point.IsCustomPropertySet(CustomPropertyName.
BarLabelStyle
))
1104
valueLabelAttrib = point[CustomPropertyName.
BarLabelStyle
];
1106
else if (series.IsCustomPropertySet(CustomPropertyName.
BarLabelStyle
))
1108
valueLabelAttrib = series[CustomPropertyName.
BarLabelStyle
];
1849
if (point.IsCustomPropertySet(CustomPropertyName.
BarLabelStyle
))
1851
valueLabelAttrib = point[CustomPropertyName.
BarLabelStyle
];
1853
else if (ser.IsCustomPropertySet(CustomPropertyName.
BarLabelStyle
))
1855
valueLabelAttrib = ser[CustomPropertyName.
BarLabelStyle
];
Common\Utilities\CustomAttributesRegistry.cs (2)
529
CustomPropertyName.
BarLabelStyle
,
572
CustomPropertyName.
BarLabelStyle
,