Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RadChartBase

This class is a base for all types of charts. It provides common properties like {@link palette} and legend.

Hierarchy

Index

Properties

annotations

annotations: ObservableArray

Gets or sets the collection with chart annotations.

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.

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 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 trackballTrackedSelectionEvent

trackballTrackedSelectionEvent: string

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

Methods

getAxisByID

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

    Parameters

    • axisID: string

    Returns CartesianAxis

getAxixByID

  • [Deprecated: Please use the getAxisByID() instead].

    Parameters

    • axisID: string

    Returns CartesianAxis

Generated using TypeDoc