Kendo.Mvc.UI.ChartBoxPlotSeries
Defines the Kendo UI Chart BoxPlot series.
Properties
Type
Gets the series type.
LowerMember
Gets the model lower member name.
Q1Member
Gets the model q1 member name.
MedianMember
Gets the model median member name.
Q3Member
Gets the model model q3 member name.
UpperMember
Gets the model upper member name.
MeanMember
Gets the model mean member name.
OutliersMember
Gets the model outliers member name.
Outliers
Gets or sets outliers.
Extremes
Gets or sets outliers.
ColorMember
Gets the model data color member name.
CategoryMember
Gets the model data category member name.
Category
Gets a function which returns the category of the property to which the column is bound to.
NoteTextMember
Gets the model data note text member name.
Border
Gets or sets the point border
Data
The ohlc chart data configuration.
Aggregates
Aggregates function for date series.
Gap
The distance between category clusters.
Spacing
Space between points.
Line
The ohlc chart line configuration.
Orientation
The orientation of the chart.
Methods
CreateSerializer
Creates a new ChartBoxPlotSeriesSerializer.
Returns
The ChartBoxPlotSeriesSerializer instance.