Skip to main content
A newer version of this page is available. .

DashboardItemColoringOptions Class

Declaration

export class DashboardItemColoringOptions extends SerializableModel

constructor

Initializes a new instance of the DashboardItemColoringOptions class.

Declaration

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

Parameters

Name Type Description
modelJson any

A JSON object used for dashboard deserialization. Do not pass this parameter directly.

serializer ModelSerializer

An object used for dashboard deserialization. Do not pass this parameter directly.

Properties

measuresColoringMode Property

Declaration

measuresColoringMode: ko.Observable<ColoringMode>

Property Value

Type
Observable<ColoringMode>

useGlobalColors Property

Declaration

useGlobalColors: ko.Observable<boolean>

Property Value

Type
Observable<boolean>

Methods

getInfo Method

For internal use.

Declaration

getInfo(): ISerializationInfoArray

Returns

Type Description
ISerializationInfoArray

An array of objects that provide serialization info.