[]
        
(Showing Draft Content)

C1.Web.Mvc.FlexChartBase-1

FlexChartBase<T> Class

The base class of flex chart.

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

Constructors

Name Description
FlexChartBase(HtmlHelper, string)

Creates one FlexChartBase<T> instance.

Properties

Name Description
Extenders

Gets the extender collection.

Gets or sets the text displayed in the chart footer.

FooterStyle

Get or set the style of FooterStyle.

Header

Gets or sets the text displayed in the chart header.

HeaderStyle

Get or set the style of Header element.

ItemFormatter

Gets or sets the name of the item formatter function that allows you to customize the appearance of data points.

Legend

Gets the chart legend.

OnClientRendered

Occurs after the chart finishes rendering.

OnClientRendering

Occurs before the chart starts rendering data.

OnClientSelectionChanged

Occurs after the selection changes, whether programmatically or when the user clicks the chart.

Palette

Gets or sets an array of default colors to use for displaying each series.

PlotMargin

Gets or sets the plot margin in pixels.

SelectionMode

Gets or sets an enumerated value indicating whether or what is selected when the user clicks the chart.

Tooltip

Gets the chart's tooltip.

Methods

Name Description
RegisterStartupScript(HtmlTextWriter)

Registers the startup scripts.

Extension Methods