[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.FlexChartCoreTagHelper-2

FlexChartCoreTagHelper<T, TControl> Class

ITagHelper implementation for FlexChartCore<T>.

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

Constructors

Name Description
FlexChartCoreTagHelper()

Properties

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)