dashboard-js-devexpress-dot-dashboard-dot-model-2214bbf2.md
A Choropleth Map dashboard item that colors areas depending on the provided values.
export class ChoroplethMapItem extends MapItem
The Choropleth Map dashboard item allows you to colorize required areas in proportion to the provided values. For instance, you can visualize a sales amount or population density.
See Web Dashboard - Creating a Choropleth Map to learn more about the Choropleth Map.
SerializableModel TypedSerializableModel DashboardItem DataDashboardItem MapItem ChoroplethMapItem
Initializes a new instance of the ChoroplethMapItem class.
constructor(
modelJson?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
| 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.
|
attributeDimension: ko.Observable<DevExpress.Dashboard.Model.Dimension>
| Type |
|---|
| Observable<Dimension> |
attributeName: ko.Observable<string>
| Type |
|---|
| Observable<string> |
static choroplethMapTypesMap: {
ValueMap: {
constructor: typeof DevExpress.Dashboard.Model.ValueMap;
displayName: string;
icon: string;
};
DeltaMap: {
constructor: typeof DevExpress.Dashboard.Model.DeltaMap;
displayName: string;
icon: string;
};
}
| Name | Type |
|---|---|
| DeltaMap | {constructor: typeof DeltaMap, displayName: string, icon: string} |
| ValueMap | {constructor: typeof ValueMap, displayName: string, icon: string} |
includeSummaryValueToShapeTitle: ko.Observable<boolean>
| Type |
|---|
| Observable<boolean> |
maps: ko.ObservableArray<DevExpress.Dashboard.Model.ChoroplethMap>
| Type |
|---|
| ObservableArray<ChoroplethMap> |
tooltipAttributeName: ko.Observable<string>
| Type |
|---|
| Observable<string> |