Vue Chart - CandleStickPointInfo
Series point data included in CandleStick and Stock series.
closeValueText
The point's formatted close value (after format has been applied).
highValueText
The point's formatted high value (after format has been applied).
lowValueText
The point's formatted low value (after format has been applied).
openValueText
The point's formatted open value (after format has been applied).
point
Point instance of the hovered/pressed series 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.
If you have technical questions, please create a support ticket in the DevExpress Support Center.