ColorStyleSettings Class
#Declaration
TypeScript
export class ColorStyleSettings extends StyleSettingsBase
#Inheritance
SerializableModel
StyleSettingsBase
ColorStyleSettings
#constructor
Initializes a new instance of the ColorStyleSettings
class with specified settings.
#Declaration
TypeScript
constructor(
modelJson?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
#Parameters
Name | Type |
---|---|
model |
any |
serializer | Model |
#Properties
#color Property
#Declaration
TypeScript
color: ko.Observable<DevExpress.Dashboard.Model.Color>
#Property Value
Type |
---|
Observable<Color> |
#predefinedColor Property
#Declaration
TypeScript
predefinedColor: ko.Observable<DevExpress.Dashboard.Model.FormatConditionAppearanceType>
#Property Value
Type |
---|
Observable<Format |
#Methods
#clone Method
#Declaration
TypeScript
clone(): DevExpress.Dashboard.Model.StyleSettingsBase
#Returns
Type |
---|
Style |
#equals(style) Method
#Declaration
TypeScript
equals(
style: DevExpress.Dashboard.Model.StyleSettingsBase
): boolean
#Parameters
Name | Type |
---|---|
style | Style |
#Returns
Type |
---|
boolean |
#getInfo Method
#Declaration
TypeScript
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
#Returns
Type |
---|
ISerialization |
#init Method
#Declaration
TypeScript
init(): void
#setSpecificType(type) Method
#Declaration
TypeScript
setSpecificType(
type: DevExpress.Dashboard.Model.FormatConditionAppearanceType
): void
#Parameters
Name | Type |
---|---|
type | Format |