CardDeltaOptions Class
Declaration
export class CardDeltaOptions extends SerializableModel
Inherited Members
Inheritance
SerializableModel
CardDeltaOptions
constructor
Initializes a new instance of the CardDeltaOptions
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
resultIndicationMode Property
Declaration
resultIndicationMode: ko.Observable<DevExpress.Dashboard.Model.DeltaIndicationMode>
Property Value
Type |
---|
Observable<DeltaIndicationMode> |
resultIndicationThreshold Property
Declaration
resultIndicationThreshold: ko.Observable<number>
Property Value
Type |
---|
Observable<number> |
resultIndicationThresholdType Property
Declaration
resultIndicationThresholdType: ko.Observable<DevExpress.Dashboard.Model.DeltaIndicationThresholdType>
Property Value
Type |
---|
Observable<DeltaIndicationThresholdType> |
Methods
getInfo Method
For internal use.
Declaration
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
Returns
Type | Description |
---|---|
ISerializationInfoArray | An array of objects that provide serialization info. |