Click or drag to resize
KaxChartAddChartSeries Method (String, Color, Color, ChartSeriesView)
Creates and adds series to the chart series collection.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public ChartSeries AddChartSeries(
	string seriesName,
	Color mainColor,
	Color secondColor,
	ChartSeriesView chartSeriesView
)

Parameters

seriesName
Type: SystemString
Series name
mainColor
Type: System.DrawingColor
Main color for fill
secondColor
Type: System.DrawingColor
Second color for fill
chartSeriesView
Type: Kettic.AspNet.Controls.ChartModelChartSeriesView
Series view

Return Value

Type: ChartSeries
See Also