ChoroplethMap Class
Serves as the base class for classes that provide values for different types of the ChoroplethMapItem.
Declaration
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
constructor(
modelJson?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
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. |