Skip to main content
All docs
V24.2

ChartItemFormatRuleBase Class

#Declaration

TypeScript
export abstract class ChartItemFormatRuleBase extends DashboardItemFormatRule

#constructor

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

#Declaration

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

#Parameters

Name Type
modelJson any
serializer ModelSerializer

#Properties

#dataItemName Property

#Declaration

TypeScript
dataItemName: ko.Observable<string>

#Property Value

Type
Observable<string>

#displayName Property

#Declaration

TypeScript
displayName: ko.Observable<string>

#Property Value

Type
Observable<string>

#showInLegend Property

#Declaration

TypeScript
showInLegend: ko.Observable<boolean>

#Property Value

Type
Observable<boolean>