ChartingOptions
Options for managing AG Grid's Charts
TypeScript
export interfaceProperties
| Property | Description | Default |
|---|---|---|
| agGridContainerName | Name of AG Grid Chart Container | 'AG Grid Window' |
| chartContainers | Locations to display saved Charts | |
| externalChartingOptions | Set of properties for managing behaviour of external (i.e non AG Grid) charts | |
| saveChartBehaviour | Behaviour for saving Charts: auto, manual (via popup) or none | 'none' |
Property Details
agGridContainerName
Name of AG Grid Chart Container
TypeScript
agGridContainerName?: string;Default Value
'AG Grid Window'
Property Value
string
chartContainers
Locations to display saved Charts
TypeScript
chartContainers?: ChartContainer[];Property Value
externalChartingOptions
Set of properties for managing behaviour of external (i.e non AG Grid) charts
TypeScript
externalChartingOptions?: ExternalChartingOptions;Property Value
saveChartBehaviour
Behaviour for saving Charts: auto, manual (via popup) or none
TypeScript
saveChartBehaviour?: SaveChartBehaviour;Default Value
'none'