Skip to main content

CardItemDeltaFormatRule Class

Declaration

export class CardItemDeltaFormatRule extends CardItemFormatRuleBase

constructor

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

Declaration

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

Parameters

Name Type
modelJson any
serializer ModelSerializer

Properties

cardId Property

Declaration

cardId: ko.Observable<string>

Property Value

Type
Observable<string>

deltaValueType Property

Declaration

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

Property Value

Type
Observable<DeltaValueType>

Methods

getInfo Method

Declaration

getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray

Returns

Type
ISerializationInfoArray