Search results

MultiLevelLabels API in Vue HeatMap API component

Sets and gets the options to customize the multi-level labels.

Properties

alignment

Alignment

Specifies the position of the multi-level labels. The available positions are,

  • Near: Places the multi-level labels at left end of the available space.
  • Center: Places the multi-level labels at center of the available space.
  • Far: Places the multi-level labels at right end of the available space.

Defaults to ‘Center’

border

AxisLabelBorderModel

Sets and gets the options to customize the border of the multi-level labels.

categories

MultiLevelCategoriesModel[]

Sets and gets the options to configure the multi-level labels.

overflow

TextOverflow

Sets and gets the overflow style of the multi-level labels. The available types are,

  • None: No action is taken when the text overflows.
  • Wrap: Wraps the multi-level labels when the text overflows.
  • Trim: Trims the multi-level labels when the text overflows.

Defaults to ‘Wrap’

textStyle

FontModel

Sets and gets the options to customize the text of the multi-level labels.