ChartItemFormatRuleBase Class
#Declaration
TypeScript
export abstract class ChartItemFormatRuleBase extends DashboardItemFormatRule
#Inherited Members
#Inheritance
#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 |
---|---|
model |
any |
serializer | Model |
#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> |