[]
        
(Showing Draft Content)

C1.Web.Mvc.FlexChartCore-1

FlexChartCore<T> Class

Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public abstract class FlexChartCore<T> : FlexChartBase<T>, IHtmlString, ITemplate, IAnimatable
Type Parameters
Name Description
T

Constructors

Name Description
FlexChartCore(HtmlHelper, string)

Creates one FlexChartCore<T> instance.

Properties

Name Description
AxisX

Gets the main X axis.

AxisY

Gets the main Y axis.

Binding

Gets or sets the name of the property that contains the Y values.

BindingX

Gets or sets the name of the property that contains the X data values.

DataLabel

Get or set the style of point data label

InterpolateNulls

Gets or 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

Gets or sets a value indicating whether clicking legend items toggles the series visibility in the chart.

OnClientSeriesVisibilityChanged

Occurs when the series visibility changes

PlotAreas

Gets the collection of plotarea objects.

RenderEngine

Gets or sets the chart render engine.

SelectionIndex

Gets or sets the index of selected chart series.

Series

Gets the collection of series objects.

SymbolSize

Gets or 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)

Methods

Name Description
RegisterStartupScript(HtmlTextWriter)

Registers the startup scripts.

Extension Methods