MeasureDefinition Class
Declaration
export class MeasureDefinition extends SerializableModel
constructor
Initializes a new instance of the MeasureDefinition
class.
Declaration
constructor(
modelJson?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
Parameters
Name |
Type |
Description |
modelJson |
any |
A JSON object used for dashboard deserialization. Do not pass this parameter directly.
|
serializer |
ModelSerializer |
An object used for dashboard deserialization. Do not pass this parameter directly.
|
Properties
calculation Property
Declaration
calculation: DevExpress.Dashboard.Model.Calculation
Property Value
dataMember Property
Declaration
dataMember: ko.Observable<string>
Property Value
definitions Property
Declaration
definitions: ko.ObservableArray<DevExpress.Dashboard.Model.IDimensionDefinition>
Property Value
displayText Property
Declaration
displayText: ko.Computed<string>
Property Value
expression Property
Declaration
expression: ko.Observable<string>
Property Value
filterString Property
Declaration
filterString: ko.Observable<string>
Property Value
summaryType Property
Declaration
summaryType: ko.Observable<string>
Property Value
windowDefinition Property
Declaration
windowDefinition: DevExpress.Dashboard.Model.WindowDefinition
Property Value
Methods
getInfo Method
Declaration
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
Returns