ChartDisplayedInfo

Defines a Displayed Chart

TypeScript
export interface

Properties

PropertyDescription
chartDefinitionDefinition of the Chart
containerNameContainer where Chart is displayed
isOpenWhether Chart is Open

Property Details

chartDefinition

Definition of the Chart

TypeScript
chartDefinition: ChartDefinition;
Property Value

ChartDefinition

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