3 types derived from PointChart
System.Web.DataVisualization (3)
Common\ChartTypes\BubbleChart.cs (1)
60 internal class BubbleChart : PointChart
Common\ChartTypes\ColumnChart.cs (1)
52internal class ColumnChart : PointChart
Common\ChartTypes\LineChart.cs (1)
138 internal class LineChart : PointChart
6 references to PointChart
System.Web.DataVisualization (6)
Common\ChartTypes\BoxPlotChart.cs (1)
969labelBackPosition = PointChart.GetLabelPosition(
Common\ChartTypes\ErrorBarChart.cs (1)
1026labelBackPosition = PointChart.GetLabelPosition(
Common\ChartTypes\PieChart.cs (1)
1263labelBackPosition = PointChart.GetLabelPosition(
Common\ChartTypes\RadarChart.cs (1)
1245labelBackPosition = PointChart.GetLabelPosition(
Common\ChartTypes\StockChart.cs (1)
1065labelBackPosition = PointChart.GetLabelPosition(
WebForm\ChartWebControl.cs (1)
295 _chartTypeRegistry.Register(ChartTypeNames.Point, typeof(PointChart));