Vue Chart - RangePointInfo
import { DxChartTypes } from "devextreme-vue/chart"
Type:
DxChartTypes.RangePointInfo
argumentText
The point's formatted argument (after argumentFormat has been applied).
Selector: argument-text
Type:
point
Point instance of the hovered/pressed series point.
Selector: DxPoint
Type:
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
Type:
This array is returned in the tooltip.contentTemplate argument when shared is true.
rangeValue1Text
The point's formatted first value (after format has been applied).
Selector: range-value1-text
Type:
rangeValue2Text
The point's formatted second value (after format has been applied).
Selector: range-value2-text
Type: