ColorStyleSettings Class
Declaration
export class ColorStyleSettings extends StyleSettingsBase
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
predefinedColor Property
Declaration
predefinedColor: ko.Observable<DevExpress.Dashboard.Model.FormatConditionAppearanceType>
Property Value
Methods
clone Method
Declaration
clone(): DevExpress.Dashboard.Model.StyleSettingsBase
Returns
equals(style) Method
Declaration
equals(
style: DevExpress.Dashboard.Model.StyleSettingsBase
): boolean
Parameters
Returns
getInfo Method
Declaration
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
Returns
init Method
Declaration
init(): void
setSpecificType(type) Method
Declaration
setSpecificType(
type: DevExpress.Dashboard.Model.FormatConditionAppearanceType
): void
Parameters