Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RadCartesianChart

Represents a Cartesian Chart that uses the cartesian coordinate system to plot the data point values.

Hierarchy

Index

Properties

annotations

annotations: ObservableArray

Gets or sets the collection with chart annotations.

grid

Gets or sets the grid associated with this chart.

horizontalAxis

horizontalAxis: CartesianAxis

Gets or sets the horizontal axis associated with this chart.

horizontalZoom

horizontalZoom: number

Gets or sets the horizontal zoom level for chart.

legend

Gets or sets an instance of the RadLegendView class representing the legend associated with this class.

palettes

palettes: ObservableArray

Gets or sets the palettes collection associated with this chart.

pointSelectionMode

pointSelectionMode: string

Gets or sets the selection mode for datapoints of series in chart. Use values exported from ChartSelectionMode.

selectionMode

selectionMode: string

Gets or sets the selection mode of chart. Use values exported from ChartSelectionMode. NOTE: This property is deprecated. Use seriesSelectionMode instead.

series

series: ObservableArray

Gets or sets the series collection associated with this chart.

seriesSelectionMode

seriesSelectionMode: string

Gets or sets the selection mode of series in chart. Use values exported from SeriesSelectionMode.

trackball

trackball: Trackball

Gets or sets the trackball for the chart.

verticalAxis

verticalAxis: CartesianAxis

Gets or sets the vertical axis associated with this chart.

verticalZoom

verticalZoom: number

Gets or sets the vertical zoom level for chart.

Static annotationsProperty

annotationsProperty: Property

Identifies the annotations dependency property.

Static chartPanFinishedEvent

chartPanFinishedEvent: string

This event is fired after panning the chart. The event exposes an instance of the ChartEventData class.

Static chartZoomFinishedEvent

chartZoomFinishedEvent: string

This event is fired after zooming the chart. The event exposes an instance of the ChartEventData class.

Static gridProperty

gridProperty: Property

Identifies the grid dependency property.

Static horizontalAxisProperty

horizontalAxisProperty: Property

Identifies the horizontalAxis dependency property.

Static horizontalZoomProperty

horizontalZoomProperty: Property

Identifies the horizontalZoom dependency property.

Static legendProperty

legendProperty: Property

Identifies the legend dependency property.

Static palettesProperty

palettesProperty: Property

Identifies the {@link palette} dependency property.

Static pointDeselectedEvent

pointDeselectedEvent: string

This event is fired after deselecting a point in series. The event exposes an instance of the ChartEventData class.

Static pointSelectedEvent

pointSelectedEvent: string

This event is fired after selecting a point in series. The event exposes an instance of the ChartEventData class.

Static pointSelectionModeProperty

pointSelectionModeProperty: Property

Identifies the data point selection dependency property.

Static selectionModeProperty

selectionModeProperty: Property

Identifies the selectionMode dependency property.

Static seriesDeselectedEvent

seriesDeselectedEvent: string

This event is fired after deselecting a series. The event exposes an instance of the ChartEventData class.

Static seriesProperty

seriesProperty: Property

Identifies the series dependency property.

Static seriesSelectedEvent

seriesSelectedEvent: string

This event is fired after selecting a series. The event exposes an instance of the ChartEventData class.

Static seriesSelectionModeProperty

seriesSelectionModeProperty: Property

Identifies the series selection dependency property.

Static trackballProperty

trackballProperty: Property

Identifies the trackballProperty dependency property.

Static trackballTrackedSelectionEvent

trackballTrackedSelectionEvent: string

This event is fired after trackball tracks selection. The event exposes an instance of the TrackballSelection class.

Static verticalAxisProperty

verticalAxisProperty: Property

Identifies the verticalAxis dependency property.

Static verticalZoomProperty

verticalZoomProperty: Property

Identifies the verticalZoom dependency property.

Methods

getAxisByID

  • Returns the CartesianAxis with an 'id' that matches the provided string.

    Parameters

    • axisID: string

    Returns CartesianAxis

getAxixByID

Generated using TypeDoc