ChartSeries Constructor (String, ChartSeriesView) |
Creates a new instance of ChartSeries class with given name and type.
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
)
Public Sub New (
name As String,
type As ChartSeriesView
)
public:
ChartSeries(
String^ name,
ChartSeriesView type
)
new :
name : string *
type : ChartSeriesView -> ChartSeries
Parameters
- name
- Type: SystemString
Name of series - type
- Type: Kettic.AspNet.Controls.ChartModelChartSeriesView
Type of series
See Also