Hierarchy

  • ReferenceObjects

Properties

color: string

The color of the reference object.

high: number

The high value of a reference area.

lineStyle: string

The line style of a reference line.

lineWidth: number

The width of a reference line.

location: string

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

low: number

The low value of a reference area.

svgClassName: string

The CSS style class to apply to the reference object. The style class and inline style will override any other styling specified through the properties.

Deprecated

Since 18.1.0. The svgClassName property is deprecated. This deprecation is in support of moving away from technology specific APIs for future Corepack and Preact components.

svgStyle: object

The inline style to apply to the reference object. The style class and inline style will override any other styling specified through the properties. Only SVG CSS style properties are supported.

Deprecated

Since 18.1.0. The svgStyle property is deprecated. This deprecation is in support of moving away from technology specific APIs for future Corepack and Preact components.

type: string

The type of reference object being shown.

value: number

The value of a reference line.

Generated using TypeDoc