Gets or sets the collection with chart annotations.
Gets or sets an instance of the RadLegendView class representing the legend associated with this class.
Gets or sets the palettes collection associated with this chart.
Gets or sets the selection mode for datapoints of series in chart. Use values exported from ChartSelectionMode.
Gets or sets the selection mode of chart. Use values exported from ChartSelectionMode. NOTE: This property is deprecated. Use seriesSelectionMode instead.
Gets or sets the series collection associated with this chart.
Gets or sets the selection mode of series in chart. Use values exported from SeriesSelectionMode.
Identifies the annotations dependency property.
This event is fired after panning the chart. The event exposes an instance of the ChartEventData class.
This event is fired after zooming the chart. The event exposes an instance of the ChartEventData class.
Identifies the legend dependency property.
Identifies the {@link palette} dependency property.
This event is fired after deselecting a point in series. The event exposes an instance of the ChartEventData class.
This event is fired after selecting a point in series. The event exposes an instance of the ChartEventData class.
Identifies the data point selection dependency property.
Identifies the selectionMode dependency property.
This event is fired after deselecting a series. The event exposes an instance of the ChartEventData class.
Identifies the series dependency property.
This event is fired after selecting a series. The event exposes an instance of the ChartEventData class.
Identifies the series selection dependency property.
This event is fired after trackball tracks selection. The event exposes an instance of the TrackballSelection class.
Returns the CartesianAxis with an 'id' that matches the provided string.
[Deprecated: Please use the getAxisByID() instead].
Generated using TypeDoc
This class is a base for all types of charts. It provides common properties like {@link palette} and legend.