1 type derived from BarChart
System.Web.DataVisualization (1)
Common\ChartTypes\BarChart.cs (1)
89
internal class RangeBarChart :
BarChart
3 references to BarChart
System.Web.DataVisualization (3)
Common\ChartTypes\BarChart.cs (2)
793
BarChart
.GetAdjustedPixelSize(point.MarkerSize, graph),
1790
BarChart
.GetAdjustedPixelSize(point.MarkerSize, graph),
WebForm\ChartWebControl.cs (1)
293
_chartTypeRegistry.Register(ChartTypeNames.Bar, typeof(
BarChart
));