React Chart - BubblePointInfo

Series point data included in the Bubble series.

import { ChartTypes } from "devextreme-react/chart"
Type: ChartTypes.BubblePointInfo

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: Point

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

seriesName

The point's series name.

Type: any

size

The point's bubble size.

Type:

Number

sizeText

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

Type:

String

value

The point's value.

Type:

String

|

Number

|

Date

valueText

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

Type:

String