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

ChartItemFormatRule Class

Declaration

export class ChartItemFormatRule extends ChartItemFormatRuleBase

Inheritance

constructor

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

Declaration

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

Parameters

Name Type
modelJson any
serializer ModelSerializer

Properties

applyToChartElement Property

Declaration

applyToChartElement: ko.Observable<FormatRuleChartElement>

Property Value

Type
Observable<FormatRuleChartElement>

dataItemApplyToName Property

Declaration

dataItemApplyToName: ko.Observable<string>

Property Value

Type
Observable<string>

Methods

getInfo Method

Declaration

getInfo(): ISerializationInfoArray

Returns

Type
ISerializationInfoArray