[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.FlexPieBaseTagHelper-2

FlexPieBaseTagHelper<T, TControl> Class

ITagHelper implementation for FlexPieBase<T>.

Inheritance
BaseTagHelper<TControl>
FlexPieBaseTagHelper<T, TControl>
Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public abstract class FlexPieBaseTagHelper<T, TControl> : FlexChartBaseTagHelper<T, TControl>, ITagHelper, ITagHelperComponent, ITemplateTagHelper where TControl : FlexPieBase<T>
Type Parameters
Name Description
T
TControl

Constructors

Name Description
FlexPieBaseTagHelper()

Properties

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.