ChartDisplayedInfo
Defines a Displayed Chart
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| chartDefinition | Definition of the Chart |
| containerName | Container where Chart is displayed |
| isOpen | 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