[]
The base class of flex chart.
public abstract class FlexChartBase<T> : ItemsBoundControl<T>, IHtmlString, ITemplate
Name | Description |
---|---|
T |
Name | Description |
---|---|
FlexChartBase(HtmlHelper, string) | Creates one FlexChartBase<T> instance. |
Name | Description |
---|---|
Extenders | Gets the extender collection. |
Footer | 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. |
Name | Description |
---|---|
RegisterStartupScript(HtmlTextWriter) | Registers the startup scripts. |