CardDeltaOptions Class
#Declaration
TypeScript
export class CardDeltaOptions extends SerializableModel
#Inheritance
SerializableModel
CardDeltaOptions
#constructor
Initializes a new instance of the CardDeltaOptions
class.
#Declaration
TypeScript
constructor(
modelJSON?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
#Parameters
Name | Type | Description |
---|---|---|
model |
any | A JSON object used for dashboard deserialization. Do not pass this parameter directly. |
serializer | Model |
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<Delta |
#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<Delta |
#Methods
#getInfo Method
For internal use.
#Declaration
TypeScript
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
#Returns
Type | Description |
---|---|
ISerialization |
An array of objects that provide serialization info. |