ChartDefinition
Wraps an AG Grid Chart Model
TypeScript
export interface ChartDefinition extendsExtends
Properties
| Property | Description |
|---|---|
| Model | AG Grid Chart Model |
| Name | Name of the chart definition |
| IsReadOnly | Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full') |
Property Details
Model
AG Grid Chart Model
TypeScript
Model: ChartModel;Property Value
ChartModel
Name
Name of the chart definition
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