ChoroplethMap Class
In This Article
Serves as the base class for classes that provide values for different types of the ChoroplethMapItem.
#Declaration
TypeScript
export abstract class ChoroplethMap extends DataItemContainer
#Remarks
ChoroplethMap serves as the base class and exposes the followings descendants:
See Providing Data for information on how to provide values for color map shapes.
#Inheritance
#constructor
Initializes a new instance of the ChoroplethMap
class.
#Declaration
TypeScript
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. |