Options
All
  • Public
  • Public/Protected
  • All
Menu

Class COPChartDateOptions

Date options for an COPChart (different from ChartDateOptions in charts.ts).

Hierarchy

  • COPChartDateOptions

Index

Constructors

Properties

Methods

Constructors

constructor

  • new COPChartDateOptions(format?: string, unit?: string, step?: string | number): COPChartDateOptions
  • Parameters

    • Optional format: string

      The format to display the date on the chart's axis. Optional.

    • Optional unit: string

      The unit to be used for spacing the axis values. Optional.

    • Optional step: string | number

      How many of the above unit should be used for spacing the axis values (automatic if undefined). This option is not supported in LibreOffice. Optional.

    Returns COPChartDateOptions

Properties

format

format: undefined | string

step

step: undefined | string | number

unit

unit: undefined | string

Methods

asDict

  • asDict(): {}
  • Dictionary representation of this Element.

    Returns {}

    dictionary representation of this Element

    • [key: string]: string | number

Generated using TypeDoc