ChartSeries Constructor (String, ChartSeriesView, ChartSeriesSet) |
Creates a new instance of ChartSeries class.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ChartSeries(
string name,
ChartSeriesView type,
ChartSeriesSet parent
)
Public Sub New (
name As String,
type As ChartSeriesView,
parent As ChartSeriesSet
)
public:
ChartSeries(
String^ name,
ChartSeriesView type,
ChartSeriesSet^ parent
)
new :
name : string *
type : ChartSeriesView *
parent : ChartSeriesSet -> ChartSeries
Parameters
- name
- Type: SystemString
Name of series - type
- Type: Kettic.AspNet.Controls.ChartModelChartSeriesView
Type of series - parent
- Type: Kettic.AspNet.Controls.ChartModelChartSeriesSet
Parent of series
See Also