Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Text

Hierarchy

  • Text

Index

Properties

Optional backgroundColor

backgroundColor: Color

The background color of the displayed text.

Optional color

color: Color

The color of the displayed text.

Optional numberFormat

numberFormat: "none" | "grouped" | "prefixed"

The format of the number. Only applicable for texts showing numerical data such as marker and axis labels. 'grouped' uses thousand separators, 'prefixed' uses scientific notation.

Optional textAlign

textAlign: "center" | "left" | "right"

The alignment of the displayed text.

Generated using TypeDoc