AutoColorSchemeEntry Class
Declaration
export class AutoColorSchemeEntry extends ColorSchemeEntry
Inherited Members
Inheritance
SerializableModel
TypedSerializableModel
ColorSchemeEntry
AutoColorSchemeEntry
constructor(modelJson, serializer, componentName, name)
Initializes a new instance of the AutoColorSchemeEntry class with specified settings.
Declaration
constructor(
modelJson: any,
serializer: DevExpress.Analytics.Utils.ModelSerializer,
componentName: string,
name: string
)
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. |
| componentName | string | |
| name | string |
Properties
custom Property
Declaration
get custom(): boolean
Property Value
| Type |
|---|
| boolean |