Home > @i2analyze/notebook-sdk > app > IChartBaseData
app.IChartBaseData interface
A set of common chart data that for creating records.
Signature:
interface IChartBaseData
Introduced: version 1.9
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| notes? | readonly data.INoteData[] | (Optional) Gets or sets the notes for the new record. | |
| properties? | PropertiesSpecifier | (Optional) Gets or sets the properties of the new record. | |
| security? | readonly data.ISecuritySetting[] | data.IKeyedReadOnlyCollection<schema.SecurityDimensionId, data.ISecuritySetting> | (Optional) Gets or sets the security settings of the new record. | |
| sourceReferences? | readonly records.ISourceReferenceData[] | (Optional) Gets or sets the source references of the new record. |