Skip to main content
All docs
V23.2

HeatmapRangeStop(Double) Constructor

Initializes a new instance of the HeatmapRangeStop class with specified settings.

Namespace: DevExpress.Xpf.Charts.Heatmap

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public HeatmapRangeStop(
    double value
)

Parameters

Name Type Description
value Double

The range stop value.

See Also