Kendo.Mvc.UI.ChartPieSeries
Defines the Kendo UI Chart Pie series.
Properties
AutoFit
If set to true, the Chart automatically scales down to fit the content area.
Type
Gets the series type.
Member
Gets the model data member name.
CategoryMember
Gets the model data category member name.
ExplodeMember
Gets the model data explode 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.
Explode
Gets a function which returns the explode of the property to which the column is bound to.
VisibleInLegendExpr
Gets a function which returns the visibleInLegend 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 pie chart data labels configuration
Border
Gets or sets the pie border
Data
The pie chart data configuration.
Overlay
Gets or sets the effects overlay.
Padding
Gets or sets the padding of the chart.
StartAngle
Gets or sets the start angle of the first pie segment.
Connectors
Gets the pie chart connectors configuration
Visual
Gets or sets the series visual handler.
Methods
CreateSerializer
Creates a new ChartPieSeriesSerializer.
Returns
The ChartPieSeriesSerializer instance.