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