LastValueLabelSettings

23 Sep 20251 minute to read

This class is used to introduce a grid line indicator to highlight the last value of each series.

Properties

background string

The background color for the label.

Defaults to ‘null’

border BorderModel

The border properties for the label.

dashArray string

The dash array of the grid lines behind the labels.

Defaults to ’’

enable boolean

Enables or disables the display of the last value labels.

Defaults to false

font FontModel

The font proerties of the last value labels.

lineColor string

The line color for grid lines behind the labels.

Defaults to ’’

lineWidth number

The width of the grid lines behind the labels.

Defaults to 1

rx number

Specifies the X-axis rounded corner radius for the last value label.

Note that border values must not be null for this feature to work.

Defaults to 5

ry number

Specifies the Y-axis rounded corner radius for the last value label.

Note that border values must not be null for this feature to work.

Defaults to 5