Angular Chart - CommonPointInfo

Series point data included in all series types.

import { DxChartTypes } from "devextreme-angular/ui/chart"
Type: DxChartTypes.CommonPointInfo

argument

The point's argument value.

Type:

String

|

Number

|

Date

argumentText

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

Type:

String

highErrorValue

The point's high error value (specified in valueErrorBar.highValueField).

Type:

Number

lowErrorValue

The point's low error value (specified in valueErrorBar.lowValueField).

Type:

Number

originalArgument

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

Type:

String

|

Number

|

Date

originalValue

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

Type:

String

|

Number

|

Date

point

Point instance of the hovered/pressed series point.

Type: any

Use this object to call point methods or access the point fields.

points

An array of Point instances within the hovered/pressed series.

Selector: dxi-point
Type:

Array<BasePointInfo>

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

seriesName

The point's series name.

Type: any

value

The point's value.

Type:

String

|

Number

|

Date

valueText

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

Type:

String