AutoColorSchemeEntry Class
In This Article
#Declaration
TypeScript
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
TypeScript
constructor(
modelJson: any,
serializer: DevExpress.Analytics.Utils.ModelSerializer,
componentName: string,
name: string
)
#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. |
component |
string | |
name | string |
#Properties
#custom Property
#Declaration
TypeScript
get custom(): boolean
#Property Value
Type |
---|
boolean |