Kendo.Mvc.UI.IChartSeries
The Kendo UI Chart series interface.
Properties
Name
The series name.
Opacity
The series opacity
Color
The series base color
ColorHandler
Gets or sets the series color function
AggregateHandler
Aggregate function for date series.
Tooltip
Gets or sets the data point tooltip options
Axis
Gets or sets the axis name to use for this series.
CategoryAxis
Gets or sets the category axis name to use for this series.
GroupNameTemplate
Name template for auto-generated series when binding to grouped data.
Highlight
Gets or sets the series highlight options
Visible
Gets or sets the visibility of the series.
VisibleInLegend
Gets or sets the visibility of the series in the legend.
Notes
Gets or sets the series notes options
ZIndex
Gets or sets the series Z-Index.
Methods
CreateSerializer
Creates a new IChartSerializer.
Returns
The IChartSerializer instance.