React Chart - StackedPointInfo

Series point data included in stacked series.

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

argument

The point's argument value.

Type:

String

|

Number

|

Date

argumentText

The point's formatted argument (after argumentFormat has been applied).

Type:

String

highErrorValue

The point's high error value (specified in valueErrorBar.highValueField).

Type:

Number

lowErrorValue

The point's low error value (specified in valueErrorBar.lowValueField).

Type:

Number

originalArgument

The point's raw argument value (set in the component data source).

Type:

String

|

Number

|

Date

originalValue

The point's raw value (set in the component data source).

Type:

String

|

Number

|

Date

percent

The point value's relation to the chart total as a number between 0 and 1.

Type:

Number

percentText

The point value's relation to the chart total as a percentage (between 0% and 100%).

Type:

String

point

Point instance of the hovered/pressed series point.

Type: any

Use this object to call point methods or access the point fields.

points

An array of Point instances within the hovered/pressed series.

Selector: Point

This array is returned in the tooltip.contentTemplate argument when shared is true.

seriesName

The point's series name.

Type: any

total

Total value of points at the same argument as the hovered/pressed point.

Type:

Number

totalText

Total formatted value of points at the same argument as the hovered/pressed point (after format has been applied).

Type:

String

value

The point's value.

Type:

String

|

Number

|

Date

valueText

The point's formatted value (after format has been applied).

Type:

String