Skip to main content

DeltaMap.DeltaOptions Property

Provides access to options that control how the difference between actual and target values should be indicated.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DeltaOptions DeltaOptions { get; }

Property Value

Type Description
DeltaOptions

A DeltaOptions object that contains options that control how the difference between actual and target values should be indicated.

See Also