Wraps an AG Grid Chart Model

TypeScript
export interface ChartDefinition extends
Extends

AdaptableObject

Properties

PropertyDescription
ModelAG Grid Chart Model
NameName of the chart definition
IsReadOnlySets 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