Kendo.Mvc.UI.ChartFunnelSeries
Defines the Kendo UI Chart Funnel series.
Properties
Type
Gets the series type.
Member
Gets the model data member name.
CategoryMember
Gets the model data category member name.
ColorMember
Gets the model data color member name.
VisibleInLegendMember
Gets the model data visibleInLegend member name.
NoteTextMember
Gets the model data note text member name.
Category
Gets a function which returns the category of the property to which the column is bound to.
Color
Gets a function which returns the color of the property to which the column is bound to.
Labels
Gets the funnel chart data labels configuration
Border
Gets or sets the funnel border
Data
The funnel chart data configuration.
NeckRatio
Get or set the funnel chart NeckRatio option
DynamicSlope
Get or set the funnel chart DynamicSlope option
DynamicHeight
Get or set the funnel chart DynamicHeight option
SegmentSpacing
Get or set the funnel chart SegmentSpacing option
Visual
Gets or sets the series visual handler.
Methods
CreateSerializer
Creates a new ChartFunnelSeriesSerializer.
Returns
The ChartFunnelSeriesSerializer instance.