[]
ITagHelper implementation for FlexPieBase<T>.
public abstract class FlexPieBaseTagHelper<T, TControl> : FlexChartBaseTagHelper<T, TControl>, ITagHelper, ITagHelperComponent, ITemplateTagHelper where TControl : FlexPieBase<T>
Name | Description |
---|---|
T | |
TControl |
Name | Description |
---|---|
FlexPieBaseTagHelper() |
Name | Description |
---|---|
Binding | Configurates Binding. Sets the name of the property that contains the chart values. |
BindingName | Configurates BindingName. Sets the name of the property that contains the name of the data item. |
ChartsPerLine | Configurates ChartsPerLine. Sets the maximal number of charts per line. |
InnerRadius | Configurates InnerRadius. Sets the size of the pie's inner radius. |
InnerText | Configurates InnerText. Sets the text inside the pie (at the pie center). |
InnerTextStyle | Configurates InnerTextStyle. Get or set the style of text inside pie. |
IsAnimated | Configurates IsAnimated. Sets a value indicating whether to use animation when items are selected. |
Offset | Configurates Offset. Sets the offset of the slices from the pie center. |
Reversed | Configurates Reversed. Sets whether angles are reversed (counter-clockwise). |
SelectedIndex | Configurates SelectedIndex. Sets the index of the selected slice. |
SelectedItemOffset | Configurates SelectedItemOffset. Sets the offset of the selected slice from the pie center. |
SelectedItemPosition | Configurates SelectedItemPosition. Sets the position of the selected slice. |
StartAngle | Configurates StartAngle. Sets the starting angle for the pie slices, in degrees. |
Titles | Configurates Titles. Sets the pie titles. |