StyleSettingsBase Class
Serves as the base for classes providing style settings used to apply conditional formatting.
#Declaration
export abstract class StyleSettingsBase extends SerializableModel
#Inheritance
#constructor
Initializes a new instance of the StyleSettingsBase
class.
#Declaration
constructor(
modelJson?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
#Parameters
Name | Type | Description |
---|---|---|
model |
any | A JSON object used for dashboard deserialization. Do not pass this parameter directly. |
serializer | Model |
An object used for dashboard deserialization. Do not pass this parameter directly. |
#Methods
#clone Method
Creates a copy of the current StyleSettingsBase
object.
#Declaration
abstract clone(): StyleSettingsBase
#Returns
Type | Description |
---|---|
Style |
A |
#equals(style) Method
Determines whether the style is equal to the current StyleSettingsBase
instance.
#Declaration
abstract equals(
style: StyleSettingsBase
): boolean
#Parameters
Name | Type | Description |
---|---|---|
style | Style |
The |
#Returns
Type | Description |
---|---|
boolean | true, if the style is equal to the current Style |
#getInfo Method
For internal use.
#Declaration
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
#Returns
Type | Description |
---|---|
ISerialization |
An array of objects that provide serialization info. |
#init Method
#Declaration
init(): void
#setSpecificType(type) Method
#Declaration
setSpecificType(
type: string
): void
#Parameters
Name | Type |
---|---|
type | string |