Kendo.Mvc.UI.ChartOHLCSeries
Defines the Kendo UI Chart OHLC series.
Properties
Type
Gets the series type.
OpenMember
Gets the model data open member name.
HighMember
Gets the model data high member name.
LowMember
Gets the model data low member name.
CloseMember
Gets the model data close member name.
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.
Methods
CreateSerializer
Creates a new ChartOHLCSeriesSerializer.
Returns
The ChartOHLCSeriesSerializer instance.