JavaScript/jQuery Chart - RangePointInfo

Series point data included in RangeArea and RangeBar series.

import { RangePointInfo } from "devextreme/viz/chart"
Type:

Object

argument

The point's argument value.

Type:

String

|

Number

|

Date

argumentText

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

Type:

String

originalArgument

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

Type:

String

|

Number

|

Date

originalMinValue

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

Type:

String

|

Number

|

Date

originalValue

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

Type:

String

|

Number

|

Date

point

Point instance of the hovered/pressed series point.

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.

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

rangeValue1

The point's first value.

Type:

String

|

Number

|

Date

rangeValue1Text

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

Type:

String

rangeValue2

The point's second value.

Type:

String

|

Number

|

Date

rangeValue2Text

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

Type:

String

seriesName

The point's series name.

Type: any

valueText

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

Type:

String