ChartDefinition
Wraps an AG Grid Chart Model
TypeScript
export interface ChartDefinition extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| Model | ChartModel | AG Grid Chart Model |
| Name | string | Unique name of the chart (used in UI and layout references, like Layout names) |
| IsReadOnly | boolean | Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full') |
Property Details
Model
AG Grid Chart Model
TypeScript
Model: ChartModel;Property Value
ChartModel
Name
Unique name of the chart (used in UI and layout references, like Layout names)
TypeScript
Name: string;Property Value
string
IsReadOnly
Inherited from AdaptableObject
Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full')
TypeScript
IsReadOnly?: boolean;Property Value
boolean