Click or drag to resize
ChartSeries Constructor (String, ChartSeriesView, ChartSeriesSet, ChartAxisYType, SeriesStyle)
Creates a new instance of ChartSeries class.

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public ChartSeries(
	string seriesName,
	ChartSeriesView chartSeriesType,
	ChartSeriesSet parent,
	ChartAxisYType axisYType,
	SeriesStyle style
)

Parameters

seriesName
Type: SystemString
Name of series
chartSeriesType
Type: Kettic.AspNet.Controls.ChartModelChartSeriesView
Type of series
parent
Type: Kettic.AspNet.Controls.ChartModelChartSeriesSet
Parent of series
axisYType
Type: Kettic.AspNet.Controls.ChartModelChartAxisYType
AxisYType(Primary or Secondary)
style
Type: Kettic.AspNet.Controls.ChartModel.StylesSeriesStyle
Style of series
See Also