Skip to main content

DeltaMap Class

Declaration

export class DeltaMap extends ChoroplethMap

constructor(dataItemProvider)

Initializes a new instance of the DeltaMap class with specified settings.

Declaration

constructor(
    dataItemProvider: DevExpress.Dashboard.Internal.Model.IDataItemProvider,
    modelJson?: any,
    serializer?: DevExpress.Analytics.Utils.ModelSerializer
)

Parameters

Name Type Description
dataItemProvider IDataItemProvider
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.

Properties

absoluteVariationNumericFormat Property

Declaration

absoluteVariationNumericFormat: DevExpress.Dashboard.Model.AbsoluteVariationNumericFormat

Property Value

Type
AbsoluteVariationNumericFormat

actualValue Property

Declaration

actualValue: ko.Observable<DevExpress.Dashboard.Model.Measure>

Property Value

Type
Observable<Measure>

actualValueName Property

Declaration

actualValueName: ko.Observable<string>

Property Value

Type
Observable<string>

deltaName Property

Declaration

deltaName: ko.Observable<string>

Property Value

Type
Observable<string>

deltaOptions Property

Declaration

deltaOptions: DevExpress.Dashboard.Model.DeltaOptions

Property Value

Type
DeltaOptions

percentOfTargetNumericFormat Property

Declaration

percentOfTargetNumericFormat: DevExpress.Dashboard.Model.PercentOfTargetNumericFormat

Property Value

Type
PercentOfTargetNumericFormat

percentVariationNumericFormat Property

Declaration

percentVariationNumericFormat: DevExpress.Dashboard.Model.PercentVariationNumericFormat

Property Value

Type
PercentVariationNumericFormat

targetValue Property

Declaration

targetValue: ko.Observable<DevExpress.Dashboard.Model.Measure>

Property Value

Type
Observable<Measure>