Hierarchy

  • Y2AxisReferenceObjects

Properties

categories: string[]

An optional array of category strings corresponding to this reference object. This allows highlighting and filtering of a reference object through interactions with legend sections. If not defined, the reference object id is used.

color: string

The color of the reference object.

displayInLegend: string

Defines whether the reference object should be shown in the legend.

high: number

The high value of an area reference object. This property defines a constant value across the entire reference area. See the Help documentation for more information.

id: string

The id of the reference object.

items: object[]

An array of values or an array of objects that define the data for a varying reference object. See the Help documentation for more information.

lineStyle: string

The line style of the line reference object. Does not apply to area reference objects.

lineType: string

The line type of the varying reference object. See the Help documentation for more information.

lineWidth: number

The width of the line reference object. Does not apply to area reference objects.

location: string

The location of the reference object relative to the data items.

low: number

The low value of an area reference object. This property defines a constant value across the entire reference area. See the Help documentation for more information.

shortDesc: string

The description of this object. This is used for accessibility and also for customizing the tooltip text.

svgClassName: string

The CSS style class to apply to the reference object. See the Help documentation for more Information.

svgStyle: object

The CSS inline style to apply to the reference object. See the Help documentation for more Information.

text: string

The text displayed in the legend for the reference object.

type: string

The type of reference object being shown. See the Help documentation for more information.

value: number

The value of a line reference object. This property defines a constant value across the entire reference object. See the Help documentation for more information.

Generated using TypeDoc