Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Text

Hierarchy

  • Text

Index

Properties

backgroundColor?: Color

The background color of the displayed text.

color?: Color

The color of the displayed text.

maxFractionDigits?: number

The maximum number of digits in fraction part if the text contains a number.

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.

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

The alignment of the displayed text.

Generated using TypeDoc