A descriptor used with JsFigureFactory.create to create a figure from JS.

Hierarchy

  • FigureDescriptor

Constructors

Properties

charts: ChartDescriptor[]

The charts in this figure.

cols?: number

The number of columns in the figure layout.

isDefaultTheme?: boolean

Whether to use the default figure theme.

isResizable?: boolean

Whether the figure is resizable.

rows?: number

The number of rows in the figure layout.

title?: string

The figure title.

titleColor?: string

The color for the figure title.

titleFont?: string

The font for the figure title.

updateInterval?: number

The update interval value used when creating the figure.