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

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.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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