ChartLineStyleProps

Defines the visual appearance settings for an LastValueLabel line in the chart.

Props

The following table outlines the props for the ChartLineStyleProps:

NameTypeDefaultDescription
color
string
''

Specifies the color of the LastValueLabel line. Accepts any valid CSS color string.

dashArray
string
''

Defines the dash pattern used to render the LastValueLabel line. Accepts a string of comma-separated numbers (e.g., '2,2') to create dashed lines.

width
number
1

Specifies the thickness of the LastValueLabel line in pixels.