ZoomCharts Documentation

ZoomCharts.Configuration.ItemsChartSettingsAuraStyle

Introduced in version 1.15.0.

Inheritance hierarchy

This type inherits from BaseSettingsBackgroundStyle. Through this type it also inherits members from BaseSettingsLineStyle.

Methods

This type does not define any methods.

Properties

enabled: boolean

Whether the aura is enabled and visible

fillColor: string | CanvasGradient
legendGroupId: string

Group ID for legend. Items in the same group have a different toggle behavior. When all the items in a group are enabled, clicking an item causes that item to stay enabled and all other items are disabled. Clicking it again enables all items again. Consequently, at least one item in each group is always enabled. The exception to this is if the group ID is null (no group) or the group contains only one item. Then the item is toggled on/off individually.

lineColor: string
Inherited from: BaseSettingsLineStyle
lineDash: Array<number>
Inherited from: BaseSettingsLineStyle
lineDashOffset: number
Inherited from: BaseSettingsLineStyle
lineWidth: number
Inherited from: BaseSettingsLineStyle
nameLegend: string

Name to show in legend

shadowBlur: number
shadowColor: string
shadowOffsetX: number
shadowOffsetY: number
showInLegend: boolean

Whether or not to show this aura in legend.

zIndex: number
Introduced in version 1.15.4.

Order in which to draw the auras. Auras with bigger order numbers are drawn on top of auras with smaller order numbers. Auras with equivalent order numbers are drawn ordered by ID.

X