Skip to main content
A newer version of this page is available. .

ChoroplethMap Class

Serves as the base class for classes that provide values for different types of the ChoroplethMapItem.

Declaration

export abstract class ChoroplethMap extends TypedSerializableModel implements IBindingModelProvider

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.

Inherited Members

Inheritance

ChoroplethMap

constructor

Initializes a new instance of the ChoroplethMap class.

Declaration

constructor(
    modelJson?: any,
    serializer?: DxDesigner.Analytics.Utils.ModelSerializer
)

Parameters

Name Type Description
modelJson any

A JSON object used for a dashboard deserialization. Do not pass this parameter directly.

serializer DxDesigner.Analytics.Utils.ModelSerializer

An object used for a dashboard deserialization. Do not pass this parameter directly.

Properties

name Property

Declaration

name: ko.Observable<string>

Property Value

Type
Observable<string>