ItemDataMeasureValue Interface
Provides the measure value and display text.
Declaration
export interface ItemDataMeasureValue
Remarks
Use the ItemDataMeasureValue.getValue and ItemDataMeasureValue.getDisplayText methods to obtain the measure value and display text, respectively.
See Also
Methods
getDisplayText Method
Gets the measure display text.
Declaration
getDisplayText(): string
Returns
Type | Description |
---|---|
string | A string that is the measure display text. |
See Also
getValue Method
Gets the measure value.
Declaration
getValue(): number
Returns
Type | Description |
---|---|
number | A measure value. |
See Also