LayoutOpenChart

Chart to open when a layout is applied

TypeScript
export interface

Properties

PropertyTypeDescription
ChartNamestringName of a persisted chart in Charting.ChartDefinitions (must be unique among all charts)
ContainerNamestringOptional chartContainers name, or omit for the AG Grid chart window

Property Details

ChartName

Name of a persisted chart in Charting.ChartDefinitions (must be unique among all charts)

TypeScript
ChartName: string;
Property Value

string

ContainerName

Optional chartContainers name, or omit for the AG Grid chart window

TypeScript
ContainerName?: string;
Property Value

string