Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LegendLabelPosition

An enumerated value representing a legend label position.

export

Index

Enumeration members

Enumeration members

BOTTOM

BOTTOM: = "b"

Labels positioned above the legend color bar. Only supported with a horizontal legend orientation.

LEFT

LEFT: = "l"

Labels positioned to the left of the legend color bar. Only supported with a vertical legend orientation.

RIGHT

RIGHT: = "r"

Labels positioned to the right of the legend color bar. Only supported with a vertical legend orientation.

TOP

TOP: = "t"

Labels positioned below a legend color bar. Only supported with a horizontal legend orientation.

Generated using TypeDoc