Vue Chart - RangePointInfo

Series point data included in RangeArea and RangeBar series.

import { DxChartTypes } from "devextreme-vue/chart"
Type: DxChartTypes.RangePointInfo

argument

The point's argument value.

Type:

String

|

Number

|

Date

argumentText

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

Selector: argument-text
Type:

String

originalArgument

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

Selector: original-argument
Type:

String

|

Number

|

Date

originalMinValue

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

Selector: original-min-value
Type:

String

|

Number

|

Date

originalValue

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

Selector: original-value
Type:

String

|

Number

|

Date

point

Point instance of the hovered/pressed series point.

Selector: DxPoint
Type:

Point

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

points

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

Selector: DxPoint

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

rangeValue1

The point's first value.

Selector: range-value1
Type:

String

|

Number

|

Date

rangeValue1Text

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

Selector: range-value1-text
Type:

String

rangeValue2

The point's second value.

Selector: range-value2
Type:

String

|

Number

|

Date

rangeValue2Text

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

Selector: range-value2-text
Type:

String

seriesName

The point's series name.

Selector: series-name
Type: any

valueText

The point's formatted first and second values (after format has been applied).

Selector: value-text
Type:

String