Kendo.Mvc.UI.Chart
Kendo UI Chart component
Properties
Data
Gets or sets the data to display in the Chart.
UrlGenerator
Gets or sets the URL generator.
ChartArea
Gets or sets the Chart area.
PlotArea
Gets or sets the Plot area.
PersistSeriesVisibility
Gets or sets the PersistSeriesVisibility option.
Theme
Gets or sets the Chart theme.
RenderAs
Gets or sets the render type.
Title
Gets or sets the Chart title.
Legend
Gets or sets the Chart legend.
Transitions
Gets or sets the Chart transitions.
Series
Gets the chart series.
Panes
Gets the chart panes.
SeriesDefaults
Gets the default settings for all series.
CategoryAxes
Configuration for all category axes
ValueAxes
Configuration for all value axes
XAxes
Configuration for all X axes in scatter charts
YAxes
Configuration for all Y axes in scatter charts
AxisDefaults
Configuration for the default axis
DataSource
Gets the data source configuration.
DataSourceId
Gets or sets the id of the external DataSource to use in the Chart.
AutoBind
Gets or sets a value indicating if the chart should be data bound during initialization.
SeriesColors
Gets or sets the series colors.
Tooltip
Gets or sets the data point tooltip options
PDF Export settings
Pannable
Pannble settings
Zoomable
Zoomable settings
WidgetName
Gets the widget class name.
HtmlBuilder
Gets the Chart 1 instance.
Methods
WriteInitializationScript(System.IO.TextWriter)
Writes the Chart initialization script.
Parameters
writer System.IO.TextWriter
The text writer instance.
Serialize(System.Collections.Generic.IDictionary<System.String,System.Object>)
Serializes the Chart options to a Dictionary.
Parameters
options System.Collections.Generic.IDictionary<System.String,System.Object>
The Dictionary to populate with the Chart options.
SerializeData(System.String,System.Collections.Generic.IDictionary<System.String,System.Object>,System.Collections.Generic.IDictionary<System.String,System.Object>)
Serializes multiple Dictionary entries to the Chart options Dictionary.
Parameters
key System.String
The Chart options Dictionary key.
data System.Collections.Generic.IDictionary<System.String,System.Object>
The entries to add.
options System.Collections.Generic.IDictionary<System.String,System.Object>
The Chart options Dictionary.
SerializeTheme(System.Collections.Generic.IDictionary<System.String,System.Object>)
Serializes the current Chart theme to the Chart options Dictionary.
Parameters
options System.Collections.Generic.IDictionary<System.String,System.Object>
he Chart options dictionary.
SerializeDataSource(System.Collections.Generic.IDictionary<System.String,System.Object>)
Serializes the DataSource options to a Dictionary.
Parameters
options System.Collections.Generic.IDictionary<System.String,System.Object>
SerializePersistVisibility(System.Collections.Generic.IDictionary<System.String,System.Object>)
Serializes the Chart persistSeriesVisibity option.
Parameters
options System.Collections.Generic.IDictionary<System.String,System.Object>
WriteHtml(System.Web.UI.HtmlTextWriter)
Writes the Chart HTML output.
Parameters
writer System.Web.UI.HtmlTextWriter
The text writer instance.