Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional calculateTextBounds

calculateTextBounds: boolean

If you want to be able to look at the position and size of labels before they are drawn, set this true otherwise it is faster to leave it false.

Optional color

color: string

Sets the color for data labels. Defaults to axis label color

Optional horizontalTextPosition

horizontalTextPosition: EHorizontalTextPosition

Sets the horizontal text position for the label

Optional isEnabled

isEnabled: boolean

Flag to enable/disable dataLabel generation. Default true

Optional style

Sets the text style used for data labels. The style must be set, with fontFamily and fontSize set, in order for text to be drawn.

Optional verticalTextPosition

verticalTextPosition: EVerticalTextPosition

Sets the vertical text position for the label

Generated using TypeDoc