Click or drag to resize
ChartSeries Constructor (String, ChartSeriesView, ChartSeriesSet, ChartAxisYType, SeriesStyle, String, String, String, String, String, String, String)
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,
	string dataYColumn,
	string dataXColumn,
	string dataYColumn2,
	string dataXColumn2,
	string dataYColumn3,
	string dataYColumn4,
	string dataLabelsColumn
)

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
dataYColumn
Type: SystemString
DataSource column that is used to data-bind to the series YValue
dataXColumn
Type: SystemString
DataSource column that is used to data-bind to the series XValue
dataYColumn2
Type: SystemString
DataSource column that is used to data-bind to the series YValue2
dataXColumn2
Type: SystemString
DataSource column that is used to data-bind to the series XValue2
dataYColumn3
Type: SystemString
DataSource column that is used to data-bind to the series YValue3
dataYColumn4
Type: SystemString
DataSource column that is used to data-bind to the series YValue4
dataLabelsColumn
Type: SystemString
DataSource column (member) that will be used as ChartSeries names source when Y-values are taken from one column for a several chart ChartSeries
See Also