Home > @i2analyze/notebook-sdk > data > IBaseChartData
data.IBaseChartData interface
A set of common chart data properties.
Signature:
interface IBaseChartData
Introduced: version 1.9
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| notes | readonly |
IKeyedReadOnlyCollection<NoteId, INote> | Gets the notes of the record. |
| security | readonly |
IKeyedReadOnlyCollection<schema.SecurityDimensionId, ISecuritySetting> | Gets the security settings of the record. |
| sourceReferences | readonly |
IKeyedReadOnlyCollection<SourceReferenceId, ISourceReference> | Gets the source references of the record. |
Methods
| Method | Description |
|---|---|
| getProperty(propertyType) | Gets the property value for the specified property type. |