ItemDataDimensionValue Interface
In This Article
Provides dimension values at the specified axis point.
#Declaration
TypeScript
export interface ItemDataDimensionValue
#Methods
#getDisplayText Method
Specifies the display text for the current dimension value.
#Declaration
TypeScript
getDisplayText(): string
#Returns
Type | Description |
---|---|
string | A string value that is the display text for the current dimension value. |
#getUniqueValue Method
Specifies the unique value for the current dimension value.
#Declaration
TypeScript
getUniqueValue(): DevExpress.Dashboard.Data.PrimitiveType
#Returns
Type | Description |
---|---|
Primitive |
A string value that is the unique value for the current dimension value. |
#getValue Method
Specifies the current dimension value.
#Declaration
TypeScript
getValue(): DevExpress.Dashboard.Data.PrimitiveType
#Returns
Type | Description |
---|---|
Primitive |
A Primitive |