Interface: PointLabelObject

Highcharts. PointLabelObject

Configuration for the data label and tooltip formatters.

Members

colorIndex :number

The point's current color index, used in styled mode instead of color. The color index is inserted in class names used for styling.

Type:
  • number

key :string|undefined

The name of the related point.

Type:
  • string | undefined

percentage :number

The percentage for related points in a stacked series or pies.

Type:
  • number

point :Highcharts.Point

The related point. The point name, if defined, is available through this.point.name.

Type:

series :Highcharts.Series

The related series. The series name is available through this.series.name.

Type:

total :number|undefined

The total of values in either a stack for stacked series, or a pie in a pie series.

Type:
  • number | undefined

x :number|string|undefined

For categorized axes this property holds the category name for the point. For other axes it holds the X value.

Type:
  • number | string | undefined

y :number|null|undefined

The y value of the point.

Type:
  • number | null | undefined