Home > @i2analyze/notebook-sdk > schema > IChartPropertyLabelPart
schema.IChartPropertyLabelPart interface
A part of a label that consists of a property type.
Signature:
interface IChartPropertyLabelPart
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
propertyType | readonly |
IChartPropertyType | Gets the type of the property whose value is used for the label part. |
type | readonly |
'chartProperty' | Gets the type of label part. |