Skip to main content
Version: v24

Interface: ChartTemplateContent

Charting Library.ChartTemplateContent

Chart template content. The properties of the chart that are saved/loaded when the library saves/loads a chart template.

Indexable

[key: string]: any

Properties

PropertyType
chartProperties?Object
chartProperties.panePropertiesany
chartProperties.scalesPropertiesany
mainSourceProperties?any
version?number

chartProperties

Chart properties (for example color, etc).

Signature

  chartProperties?: Object

Type

Object

Flags

Optional

Type declaration


mainSourceProperties

Series properties (for example chart style, etc).

Signature

  mainSourceProperties?: any

Type

any

Flags

Optional


version

Signature

  version?: number

Type

number

Flags

Optional