[]
The base class of flex pie.
public abstract class FlexPieBase<T> : FlexChartBase<T>, IHtmlString, ITemplate, IAnimatable
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| FlexPieBase(HtmlHelper, string) | Creates one FlexPieBase<T> instance. |
| Name | Description |
|---|---|
| Binding | Gets or sets the name of the property that contains the chart values. |
| BindingName | Gets or sets the name of the property that contains the name of the data item. |
| ChartsPerLine | Gets or sets the maximal number of charts per line. |
| DataLabel | Gets the style of point data label. |
| InnerRadius | Gets or sets the size of the pie's inner radius. |
| InnerText | Gets or sets the text inside the pie (at the pie center). |
| InnerTextStyle | Get or set the style of text inside pie. |
| IsAnimated | Gets or sets a value indicating whether to use animation when items are selected. |
| Offset | Gets or sets the offset of the slices from the pie center. |
| Reversed | Gets or sets whether angles are reversed (counter-clockwise). |
| SelectedIndex | Gets or sets the index of the selected slice. |
| SelectedItemOffset | Gets or sets the offset of the selected slice from the pie center. |
| SelectedItemPosition | Gets or sets the position of the selected slice. |
| StartAngle | Gets or sets the starting angle for the pie slices, in degrees. |
| Titles | Gets or sets the pie titles. |