Skip to main content

CardDeltaOptions Class

#Declaration

TypeScript
export class CardDeltaOptions extends SerializableModel

#Inherited Members

#Inheritance

#constructor

Initializes a new instance of the CardDeltaOptions class.

#Declaration

TypeScript
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

#resultIndicationMode Property

#Declaration

TypeScript
resultIndicationMode: ko.Observable<DevExpress.Dashboard.Model.DeltaIndicationMode>

#Property Value

Type
Observable<DeltaIndicationMode>

#resultIndicationThreshold Property

#Declaration

TypeScript
resultIndicationThreshold: ko.Observable<number>

#Property Value

Type
Observable<number>

#resultIndicationThresholdType Property

#Declaration

TypeScript
resultIndicationThresholdType: ko.Observable<DevExpress.Dashboard.Model.DeltaIndicationThresholdType>

#Property Value

Type
Observable<DeltaIndicationThresholdType>

#Methods

#getInfo Method

For internal use.

#Declaration

TypeScript
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray

#Returns

Type Description
ISerializationInfoArray

An array of objects that provide serialization info.