2 types derived from LineChart
System.Web.DataVisualization (2)
Common\ChartTypes\LineChart.cs (1)
49
internal class SplineChart :
LineChart
Common\ChartTypes\StepLineChart.cs (1)
60
internal class StepLineChart :
LineChart
1 reference to LineChart
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
297
_chartTypeRegistry.Register(ChartTypeNames.Line, typeof(
LineChart
));