ZoomCharts Documentation

Version: 1.21.1 (2025-02-07)
Switch to Version 2.0 (BETA)

ZoomCharts.Configuration.BaseSettingsThresholdStyle

Methods

This type does not define any methods.

Properties

fillColor: string

Specifies the fill color for the threshold area. If multiple areas overlap, this should specify an rgba() color with transparency. If 'null' fill color will not be applied.

lineColor: string

Specifies the line color for the upper and lower bounds. If null, the lines will not be drawn.

lineDash: Array<number>

Array of line dash pattern to have a dashed line. The array contains length of dash followed by length of space in pixels. A sequence of multiple dash-space values is supported. In case you want to set a solid line, pass empty array: []

lineWidth: number

Specifies the width of the boundary lines.

X