2 types derived from SplineChart
System.Web.DataVisualization (2)
Common\ChartTypes\AreaChart.cs (1)
124
internal class AreaChart :
SplineChart
Common\ChartTypes\RangeChart.cs (1)
129
internal class RangeChart :
SplineChart
1 reference to SplineChart
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
298
_chartTypeRegistry.Register(ChartTypeNames.Spline, typeof(
SplineChart
));