Skip to main content

CardItemDeltaFormatRule Class

#Declaration

TypeScript
export class CardItemDeltaFormatRule extends CardItemFormatRuleBase

#constructor

Initializes a new instance of the CardItemDeltaFormatRule class with specified settings.

#Declaration

TypeScript
constructor(
    modelJson?: any,
    serializer?: DevExpress.Analytics.Utils.ModelSerializer
)

#Parameters

Name Type
modelJson any
serializer ModelSerializer

#Properties

#cardId Property

#Declaration

TypeScript
cardId: ko.Observable<string>

#Property Value

Type
Observable<string>

#deltaValueType Property

#Declaration

TypeScript
deltaValueType: ko.Observable<DevExpress.Dashboard.Model.DeltaValueType>

#Property Value

Type
Observable<DeltaValueType>

#Methods

#getInfo Method

#Declaration

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

#Returns

Type
ISerializationInfoArray