CardItemDeltaFormatRule Class
#Declaration
TypeScript
export class CardItemDeltaFormatRule extends CardItemFormatRuleBase
#Inherited Members
#Inheritance
SerializableModel
TypedSerializableModel
DashboardItemFormatRule
CardItemFormatRuleBase
CardItemDeltaFormatRule
#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 |
---|---|
model |
any |
serializer | Model |
#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<Delta |
#Methods
#getInfo Method
#Declaration
TypeScript
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
#Returns
Type |
---|
ISerialization |