[]
ITagHelper implementation for FlexChartBase<T>.
public abstract class FlexChartBaseTagHelper<T, TControl> : ItemsBoundControlTagHelper<T, TControl>, ITagHelper, ITagHelperComponent, ITemplateTagHelper where TControl : FlexChartBase<T>
Public MustInherit Class FlexChartBaseTagHelper(Of T, TControl As FlexChartBase(Of T))
Inherits ItemsBoundControlTagHelper(Of T, TControl)
Implements ITagHelper, ITagHelperComponent, ITemplateTagHelper
| Name | Description |
|---|---|
| T | |
| TControl |
| Name | Description |
|---|---|
| FlexChartBaseTagHelper() |
| Name | Description |
|---|---|
| Footer | Configurates Footer. Sets the text displayed in the chart footer. |
| Header | Configurates Header. Sets the text displayed in the chart header. |
| ItemFormatter | Configurates ItemFormatter. Sets the name of the item formatter function that allows you to customize the appearance of data points. |
| LegendMaxSize | Configurates Legend. Sets the enumerated value that determines whether the maximum legend size. |
| LegendOrientation | Configurates Legend. Sets the enumerated value that determines whether the legend orientate. |
| LegendPosition | Configurates Legend. Sets the enumerated value that determines whether and where the legend appears in relation to the chart. |
| Palette | Configurates Palette. sets an array of default colors to use for displaying each series. |
| PlotMargin | Configurates PlotMargin. Sets the plot margin in pixels. |
| Rendered | Configurates the OnClientRendered client event. Occurs after the chart finishes rendering. |
| Rendering | Configurates the OnClientRendering client event. Occurs before the chart starts rendering data. |
| SelectionChanged | Configurates the OnClientSelectionChanged client event. Occurs after the selection changes, whether programmatically or when the user clicks the chart. |
| SelectionMode | Configurates SelectionMode. Sets an enumerated value indicating whether or what is selected when the user clicks the chart. |