JavaScript/jQuery Chart - CandleStickPointInfo

Series point data included in CandleStick and Stock series.

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

Object

argument

The point's argument value.

Type:

String

|

Number

|

Date

closeValue

The point's close value.

Type:

Number

|

String

closeValueText

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

Type:

String

highValue

The point's high value.

Type:

Number

|

String

highValueText

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

Type:

String

lowValue

The point's low value.

Type:

Number

|

String

lowValueText

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

Type:

String

openValue

The point's open value.

Type:

Number

|

String

openValueText

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

Type:

String

originalArgument

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

Type:

String

|

Number

|

Date

originalCloseValue

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

Type:

Number

|

String

originalHighValue

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

Type:

Number

|

String

originalLowValue

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

Type:

Number

|

String

originalOpenValue

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

Type:

Number

|

String

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.

reductionValue

The point's reduction value.

Type:

Number

|

String

seriesName

The point's series name.

Type: any

value

The point's value.

Type:

Number

|

String

valueText

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

Type:

String