Skip to main content
All docs
V25.1
  • ColorStyleSettings Class

    Declaration

    export class ColorStyleSettings extends StyleSettingsBase

    Inherited Members

    constructor

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

    Declaration

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

    Parameters

    Name Type
    modelJson any
    serializer ModelSerializer

    Properties

    color Property

    Declaration

    color: ko.Observable<DevExpress.Dashboard.Model.Color>

    Property Value

    Type
    Observable<Color>

    predefinedColor Property

    Declaration

    predefinedColor: ko.Observable<DevExpress.Dashboard.Model.FormatConditionAppearanceType>

    Property Value

    Type
    Observable<FormatConditionAppearanceType>

    Methods

    clone Method

    Declaration

    clone(): DevExpress.Dashboard.Model.StyleSettingsBase

    Returns

    Type
    StyleSettingsBase

    equals(style) Method

    Declaration

    equals(
        style: DevExpress.Dashboard.Model.StyleSettingsBase
    ): boolean

    Parameters

    Name Type
    style StyleSettingsBase

    Returns

    Type
    boolean

    getInfo Method

    Declaration

    getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray

    Returns

    Type
    ISerializationInfoArray

    init Method

    Declaration

    init(): void

    setSpecificType(type) Method

    Declaration

    setSpecificType(
        type: DevExpress.Dashboard.Model.FormatConditionAppearanceType
    ): void

    Parameters

    Name Type
    type FormatConditionAppearanceType