Skip to main content
A newer version of this page is available. .
All docs
V20.2

ChartItemFormatRuleBase Class

Declaration

export abstract class ChartItemFormatRuleBase extends DashboardItemFormatRule

Inherited Members

constructor

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

Declaration

constructor(
    modelJson?: any,
    serializer?: ModelSerializer
)

Parameters

Name Type
modelJson any
serializer ModelSerializer

Properties

dataItemName Property

Declaration

dataItemName: ko.Observable<string>

Property Value

Type
Observable<string>

displayName Property

Declaration

displayName: ko.Observable<string>

Property Value

Type
Observable<string>

showInLegend Property

Declaration

showInLegend: ko.Observable<boolean>

Property Value

Type
Observable<boolean>