React Chart Types

AggregatedPointsPosition

Specifies the start position of the aggregated series points in the aggregation interval.

Accepted Values: 'betweenTicks' | 'crossTicks'

ArgumentAxis

Configures the argument axis.

import { ChartTypes } from "devextreme-react/chart"

ArgumentAxisClickEvent

The type of the argumentAxisClick event handler's argument.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.ArgumentAxisClickEvent

ArgumentAxisConstantLines

Declares a collection of constant lines belonging to the argument axis.

import { ChartTypes } from "devextreme-react/chart"

ArgumentAxisConstantLinesLabel

Configures the constant line label.

import { ChartTypes } from "devextreme-react/chart"

ArgumentAxisConstantLineStyle

Specifies the appearance of those constant lines that belong to the argument axis.

import { ChartTypes } from "devextreme-react/chart"

ArgumentAxisConstantLineStyleLabel

Specifies the appearance of the labels of those constant lines that belong to the argument axis.

import { ChartTypes } from "devextreme-react/chart"

ArgumentAxisLabel

Configures the labels of the argument axis.

import { ChartTypes } from "devextreme-react/chart"

ArgumentAxisStrips

Declares a collection of strips belonging to the argument axis.

import { ChartTypes } from "devextreme-react/chart"

ArgumentAxisStripsLabel

Configures the strip label.

import { ChartTypes } from "devextreme-react/chart"

ArgumentAxisTitle

Configures the axis title.

import { ChartTypes } from "devextreme-react/chart"

ChartBubbleSeriesAggregationMethod

Specifies how to aggregate series points.

Accepted Values: 'avg' | 'custom'

ChartFinancialSeriesAggregationMethod

Specifies how to aggregate series points.

Accepted Values: 'ohlc' | 'custom'

ChartLabelDisplayMode

Specifies how to rotate or stagger horizontal axis labels.

Accepted Values: 'rotate' | 'stagger' | 'standard'

ChartRangeSeriesAggregationMethod

Specifies how to aggregate series points.

Accepted Values: 'range' | 'custom'

ChartSeriesAggregationMethod

Specifies how to aggregate series points.

Accepted Values: 'avg' | 'count' | 'max' | 'min' | 'ohlc' | 'range' | 'sum' | 'custom'

ChartTooltipLocation

Specifies whether the tooltip must be located in the center of a series point or on its edge.

Accepted Values: 'center' | 'edge'

ChartZoomAndPanMode

Specifies whether users are allowed to zoom and/or pan the argument and value axis.

Accepted Values: 'both' | 'none' | 'pan' | 'zoom'

CommonAxisSettings

Defines common settings for both the argument and value axis in a chart.

import { ChartTypes } from "devextreme-react/chart"

CommonAxisSettingsConstantLineStyle

Configures the appearance of all constant lines in the UI component.

import { ChartTypes } from "devextreme-react/chart"

CommonAxisSettingsConstantLineStyleLabel

Configures constant line labels.

import { ChartTypes } from "devextreme-react/chart"

CommonAxisSettingsLabel

Configures axis labels.

import { ChartTypes } from "devextreme-react/chart"

CommonAxisSettingsStripStyle

Configures the appearance of strips.

import { ChartTypes } from "devextreme-react/chart"

CommonAxisSettingsStripStyleLabel

Configures the appearance of strip labels.

import { ChartTypes } from "devextreme-react/chart"

CommonAxisSettingsTitle

Configures axis titles.

import { ChartTypes } from "devextreme-react/chart"

CommonPaneSettings

Defines common settings for all panes in a chart.

import { ChartTypes } from "devextreme-react/chart"

CommonSeriesSettings

Specifies settings common for all series in the chart.

import { ChartTypes } from "devextreme-react/chart"

DisposingEvent

The type of the disposing event handler's argument.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.DisposingEvent

DoneEvent

The type of the done event handler's argument.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.DoneEvent

Used in:

DrawnEvent

The type of the drawn event handler's argument.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.DrawnEvent

Used in:

EventKeyModifier

Specifies the key that enables panning when dragToZoom is true.

Accepted Values: 'alt' | 'ctrl' | 'meta' | 'shift'

ExportedEvent

The type of the exported event handler's argument.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.ExportedEvent

ExportingEvent

The type of the exporting event handler's argument.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.ExportingEvent

FileSavingEvent

The type of the fileSaving event handler's argument.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.FileSavingEvent

FinancialChartReductionLevel

Specifies whether high, low, open or close prices of points should be compared.

Accepted Values: 'close' | 'high' | 'low' | 'open'

IncidentOccurredEvent

The type of the incidentOccurred event handler's argument.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.IncidentOccurredEvent

InitializedEvent

The type of the initialized event handler's argument.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.InitializedEvent

Legend

Specifies the properties of a chart's legend.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.Legend

LegendClickEvent

The type of the legendClick event handler's argument.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.LegendClickEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.OptionChangedEvent

Panes

Declares a collection of panes.

import { ChartTypes } from "devextreme-react/chart"

PointClickEvent

The type of the pointClick event handler's argument.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.PointClickEvent

PointHoverChangedEvent

The type of the pointHoverChanged event handler's argument.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.PointHoverChangedEvent

PointSelectionChangedEvent

The type of the pointSelectionChanged event handler's argument.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.PointSelectionChangedEvent

SeriesClickEvent

The type of the seriesClick event handler's argument.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.SeriesClickEvent

SeriesHoverChangedEvent

The type of the seriesHoverChanged event handler's argument.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.SeriesHoverChangedEvent

SeriesSelectionChangedEvent

The type of the seriesSelectionChanged event handler's argument.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.SeriesSelectionChangedEvent

Tooltip

import { ChartTypes } from "devextreme-react/chart"

TooltipHiddenEvent

The type of the tooltipHidden event handler's argument.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.TooltipHiddenEvent

TooltipShownEvent

The type of the tooltipShown event handler's argument.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.TooltipShownEvent

ValueAxis

Configures the value axis.

import { ChartTypes } from "devextreme-react/chart"

ValueAxisConstantLines

Declares a collection of constant lines belonging to the value axis.

import { ChartTypes } from "devextreme-react/chart"

ValueAxisConstantLinesLabel

Configures the constant line label.

import { ChartTypes } from "devextreme-react/chart"

ValueAxisConstantLineStyle

Specifies the appearance of those constant lines that belong to the value axis.

import { ChartTypes } from "devextreme-react/chart"

ValueAxisConstantLineStyleLabel

Specifies the appearance of the labels of those constant lines that belong to the value axis.

import { ChartTypes } from "devextreme-react/chart"

ValueAxisLabel

Configures the labels of the value axis.

import { ChartTypes } from "devextreme-react/chart"

ValueAxisStrips

Declares a collection of strips belonging to the value axis.

import { ChartTypes } from "devextreme-react/chart"

ValueAxisStripsLabel

Configures the strip label.

import { ChartTypes } from "devextreme-react/chart"

ValueAxisTitle

Configures the axis title.

import { ChartTypes } from "devextreme-react/chart"

ZoomEndEvent

The type of the zoomEnd event handler's argument.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.ZoomEndEvent

ZoomStartEvent

The type of the zoomStart event handler's argument.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.ZoomStartEvent