Configures the chart settings.
string
The background color of the chart that accepts value in hex and rgba as a valid CSS color string.
Defaults to null
BorderModel
Options for customizing the color and width of the chart border.
ChartAreaModel
Options for configuring the border and background of the chart area.
Options to configures the series of chart.
CrosshairSettingsModel
Options for customizing the crosshair of the chart.
string
Description for chart.
Defaults to null
boolean
If set true, Animation process will be executed.
Defaults to true
boolean
To enable export feature in chart.
Defaults to true
boolean
Defines the measure to load in chart
Defaults to false
boolean
To enable the side by side placing the points for column type series.
Defaults to true
boolean
If set true, enables the multi selection in chart. It requires selectionMode
to be Point
| Series
| or Cluster
.
Defaults to false
boolean
It specifies whether the chart should be render in transposed manner or not.
Defaults to false
LegendSettingsModel
Options for customizing the legend of the chart.
MarginModel
Options to customize left, right, top and bottom margins of the chart.
string[]
Palette for the chart series.
Defaults to []
Options to configure the horizontal axis of chart.
Options to configure the vertical axis of chart.
IndexesModel[]
Specifies the point indexes to be selected while loading a chart.
It requires selectionMode
to be Point
| Series
.
…
selectionMode: ‘Point’,
selectedDataIndexes: [ { series: 0, point: 1},
{ series: 2, point: 3} ],
…
Defaults to []
string
Specifies whether series or data point has to be selected. They are,
Defaults to ‘None’
boolean
Specifies whether to show multilevel labels in chart.
Defaults to true
string
SubTitle of the chart
Defaults to ”
FontModel
Options for customizing the Subtitle of the Chart.
number
TabIndex value for the chart.
Defaults to 1
ChartTheme
Specifies the theme for the chart.
Defaults to ‘Material’
string
Title of the chart
Defaults to ”
FontModel
Options for customizing the title of the Chart.
Options for customizing the tooltip of the chart.
boolean
Specifies whether a grouping separator should be used for a number.
Defaults to true
string
Defines the measure to load in chart
Defaults to ”
Options to enable the zooming feature in the chart.
EmitType<IAnimationCompleteEventArgs>
Triggers after animation is completed for the series.
EmitType<IAxisLabelRenderEventArgs>
Triggers before each axis label is rendered.
EmitType<IPrintEventArgs>
Triggers before the prints gets started.
EmitType<IMouseEventArgs>
Triggers on clicking the chart.
EmitType<IMouseEventArgs>
Triggers on mouse down.
EmitType<IMouseEventArgs>
Triggers when cursor leaves the chart.
EmitType<IMouseEventArgs>
Triggers on hovering the chart.
EmitType<IMouseEventArgs>
Triggers on mouse up.
EmitType<IDragCompleteEventArgs>
Triggers after the drag selection is completed.
EmitType<ILegendRenderEventArgs>
Triggers before the legend is rendered.
EmitType<ILoadedEventArgs>
Triggers before chart load.
EmitType<ILoadedEventArgs>
Triggers after chart load.
EmitType<IPointEventArgs>
Triggers on point click.
EmitType<IPointEventArgs>
Triggers on point move.
EmitType<IPointRenderEventArgs>
Triggers before each points for the series is rendered.
EmitType<IResizeEventArgs>
Triggers after resizing of chart
EmitType<IScrollEventArgs>
Triggers when change the scroll.
EmitType<IScrollEventArgs>
Triggers after the scroll end.
EmitType<IScrollEventArgs>
Triggers when start the scroll.
EmitType<ISeriesRenderEventArgs>
Triggers before the series is rendered.
EmitType<ITextRenderEventArgs>
Triggers before the data label for series is rendered.
EmitType<ITooltipRenderEventArgs>
Triggers before the tooltip for series is rendered.
EmitType<IZoomCompleteEventArgs>
Triggers after the zoom selection is completed.