Vue Chart - RangeAreaSeries.point.image.height

Specifies the height of the image used instead of a point marker.

Selector: DxHeight
Type:

Number

|

Object

Default Value: 30

Normally, this property accepts a numeric value, but if you have a range area series, you may want to specify different heights for the minimum and maximum points. In that instance, set the height property to an object with the rangeMinPoint and rangeMaxPoint fields.

rangeMaxPoint

Specifies the height of the image that represents the maximum point in a range area series.

Selector: range-max-point
Type:

Number

Default Value: undefined

rangeMinPoint

Specifies the height of the image that represents the minimum point in a range area series.

Selector: range-min-point
Type:

Number

Default Value: undefined