Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

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