3 types derived from PointChart
System.Web.DataVisualization (3)
Common\ChartTypes\BubbleChart.cs (1)
60
internal class BubbleChart :
PointChart
Common\ChartTypes\ColumnChart.cs (1)
52
internal 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)
969
labelBackPosition =
PointChart
.GetLabelPosition(
Common\ChartTypes\ErrorBarChart.cs (1)
1026
labelBackPosition =
PointChart
.GetLabelPosition(
Common\ChartTypes\PieChart.cs (1)
1263
labelBackPosition =
PointChart
.GetLabelPosition(
Common\ChartTypes\RadarChart.cs (1)
1245
labelBackPosition =
PointChart
.GetLabelPosition(
Common\ChartTypes\StockChart.cs (1)
1065
labelBackPosition =
PointChart
.GetLabelPosition(
WebForm\ChartWebControl.cs (1)
295
_chartTypeRegistry.Register(ChartTypeNames.Point, typeof(
PointChart
));