Options
All
  • Public
  • Public/Protected
  • All
Menu

Class for defining the styling of the text for a chart.

Hierarchy

  • ChartTextStyle

Index

Constructors

Properties

Methods

Constructors

constructor

  • new ChartTextStyle(italic?: boolean, bold?: boolean, color?: string, font?: string): ChartTextStyle
  • Parameters

    • Optional italic: boolean

      Whether or not the text should be in italic. Optional.

    • Optional bold: boolean

      Whether or not the text should be in bold. Optional.

    • Optional color: string

      The color of the text. Optional.

    • Optional font: string

      The font of the text. Optional.

    Returns ChartTextStyle

Properties

bold

bold: undefined | boolean

color

color: undefined | string

font

font: undefined | string

italic

italic: undefined | boolean

Methods

asDict

  • asDict(): {}
  • The dict representation of this object

    Returns {}

    dict representation of this object

    • [key: string]: string | boolean

Generated using TypeDoc