[]
ITagHelper implementation for FlexChartCore<T>.
public abstract class FlexChartCoreTagHelper<T, TControl> : FlexChartBaseTagHelper<T, TControl>, ITagHelper, ITagHelperComponent, ITemplateTagHelper where TControl : FlexChartCore<T>
Name | Description |
---|---|
T | |
TControl |
Name | Description |
---|---|
FlexChartCoreTagHelper() |
Name | Description |
---|---|
Binding | Configurates Binding. Sets the name of the property that contains the Y values. |
BindingX | Configurates BindingX. Sets the name of the property that contains the X data values. |
InterpolateNulls | Configurates InterpolateNulls. Sets whether to interpolate null values in the data. If true, the chart interpolates the value of any missing data based on neighboring points. If false, it leaves a break in lines and areas at the points with null values. |
LegendToggle | Configurates LegendToggle. Sets a value indicating whether clicking legend items toggles the series visibility in the chart. |
RenderEngine | Configurates RenderEngine. Sets the chart render engine. |
SelectionIndex | Configurates SelectionIndex. Sets the index of selected chart series. |
SeriesVisibilityChanged | Configurates the OnClientSeriesVisibilityChanged client event. Occurs when the series visibility changes |
SymbolSize | Configurates SymbolSize. Sets the size of the symbols used for all Series objects. This property may be overridden by the symbolSize property on each series. (see Series class) |