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

MeasureRules.ApproximateValues Property

Gets or sets a value indicating whether it’s necessary to approximate values for measure rules.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public bool ApproximateValues { get; set; }

Property Value

Type Description
Boolean

true, to approximate values; otherwise, false.

See Also