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

ValueTopNOptions.Value Property

Gets or sets the threshold value, which is the minimum limit for displyed Top points.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.2.dll

Declaration

public double Value { get; set; }

Property Value

Type Description
Double

The threshold value, which is the minimum limit for displayed Top points.

See Also