Gets or sets the collection with chart annotations.
Gets or sets the grid associated with this chart.
Gets or sets the horizontal axis associated with this chart.
Gets or sets the horizontal zoom level for chart.
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.
Gets or sets the trackball for the chart.
Gets or sets the vertical axis associated with this chart.
Gets or sets the vertical zoom level for chart.
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 grid dependency property.
Identifies the horizontalAxis dependency property.
Identifies the horizontalZoom dependency property.
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.
Identifies the trackballProperty dependency property.
This event is fired after trackball tracks selection. The event exposes an instance of the TrackballSelection class.
Identifies the verticalAxis dependency property.
Identifies the verticalZoom dependency property.
Returns the CartesianAxis with an 'id' that matches the provided string.
[Deprecated: Please use the getAxisByID() instead].
Generated using TypeDoc
Represents a Cartesian Chart that uses the cartesian coordinate system to plot the data point values.