[]
public abstract class FlexChartCore<T> : FlexChartBase<T>, IHtmlString, ITemplate, IAnimatable
Name | Description |
---|---|
T |
Name | Description |
---|---|
FlexChartCore(HtmlHelper, string) | Creates one FlexChartCore<T> instance. |
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) |
Name | Description |
---|---|
RegisterStartupScript(HtmlTextWriter) | Registers the startup scripts. |