Vue Chart - CandleStickPointInfo

Series point data included in CandleStick and Stock series.

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

argument

The point's argument value.

Type:

String

|

Number

|

Date

closeValue

The point's close value.

Selector: close-value
Type:

Number

|

String

closeValueText

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

Selector: close-value-text
Type:

String

highValue

The point's high value.

Selector: high-value
Type:

Number

|

String

highValueText

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

Selector: high-value-text
Type:

String

lowValue

The point's low value.

Selector: low-value
Type:

Number

|

String

lowValueText

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

Selector: low-value-text
Type:

String

openValue

The point's open value.

Selector: open-value
Type:

Number

|

String

openValueText

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

Selector: open-value-text
Type:

String

originalArgument

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

Selector: original-argument
Type:

String

|

Number

|

Date

originalCloseValue

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

Selector: original-close-value
Type:

Number

|

String

originalHighValue

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

Selector: original-high-value
Type:

Number

|

String

originalLowValue

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

Selector: original-low-value
Type:

Number

|

String

originalOpenValue

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

Selector: original-open-value
Type:

Number

|

String

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.

reductionValue

The point's reduction value.

Selector: reduction-value
Type:

Number

|

String

seriesName

The point's series name.

Selector: series-name
Type: any

value

The point's value.

Type:

Number

|

String

valueText

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

Selector: value-text
Type:

String