ChartDisplayedInfo
Defines a Displayed Chart
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| chartDefinition | ChartDefinition | Definition of the Chart |
| containerName | string | null | Container where Chart is displayed |
| isOpen | boolean | Whether Chart is Open |
Property Details
chartDefinition
Definition of the Chart
TypeScript
chartDefinition: ChartDefinition;Property Value
containerName
Container where Chart is displayed
TypeScript
containerName: string | null;Property Value
string | null
isOpen
Whether Chart is Open
TypeScript
isOpen: boolean;Property Value
boolean