New to Kendo UI for AngularStart a free 30-day trial

ChartOptions

Represents a configuration object that groups all root-level Chart options.

NameTypeDefaultDescription

axisDefaults?

AxisDefaults

Defines the default options for all Chart axes. Accepts the options which are supported by categoryAxis, valueAxis, xAxis, and yAxis.

categoryAxis?

CategoryAxis | CategoryAxis[]

Defines the configuration options of the category axis.

chartArea?

ChartArea

Defines the configuration options of the Chart area. Represents the entire visible area of the Chart.

legend?

Legend

Defines the configuration options of the Chart legend.

noData?

boolean

If no series are defined, or all series are empty, a No Data Overlay will be displayed. It clears automatically when the series receive data.

To disable the No Data Overlay, set this option to false.

paneDefaults?

PaneDefaults

Defines the default options of all panes.

panes?

Pane[]

Defines the configuration of the Chart panes. Panes are used to split the Chart into two or more parts. The panes are ordered from top to bottom. To associate each axis with a pane, set its pane option to the name of the desired pane. Axes that do not have a specified pane are placed in the top (default) pane. To move a series to the desired pane, associate them with an axis.

pannable?

boolean | DragAction

Defines whether the Chart can be panned. Panning is not available for the Donut, Pie, Funnel, Pyramid, Polar, and Radar series.

plotArea?

PlotArea

Defines the configuration options of the plot area. Specifies the area which displays the series.

renderAs?

"canvas" | "svg"

Defines the preferred rendering engine. If the browser does not support it, the Chart switches to the first available mode.

series?

Series[]

Defines the configuration of the Chart series. Determines the series type by the value of the type field. If a type value is missing, the Chart renders the type that is specified in seriesDefaults. Some options accept functions as arguments. These arguments are evaluated for each point which is supplied as a parameter. If no value is returned, the Chart uses the theme or seriesDefaults values.

seriesColors?

string[]

Defines the default colors for the Chart series. When all colors are used, new colors are pulled from the start again.

seriesDefaults?

SeriesDefaults

Defines the default options of all series.

subtitle?

string | Title

Defines the configuration options or the text of the Chart subtitle.

title?

string | Title

Defines the configuration options or the text of the Chart title.

tooltip?

Tooltip

Defines the configuration options of the Chart series tooltips. Displays the tooltip when the tooltip.visible option is set to true.

transitions?

boolean

Defines whether the Chart plays animations when it displays the series. By default, animations are enabled.

valueAxis?

ValueAxis | ValueAxis[]

Defines the configuration options of the value axis.

xAxis?

XAxis | XAxis[]

Defines the configuration options of the Scatter Chart X-axis. Supports all valueAxis options.

yAxis?

YAxis | YAxis[]

Defines the configuration options of the Scatter Chart Y-axis. Supports all valueAxis options.

zoomable?

boolean | Zoomable

Defines whether the Chart can be zoomed. Zooming is not available for the Donut, Pie, Funnel, Pyramid, Polar, and Radar series.

Not finding the help you need?
Contact Support