Skip to main content
A newer version of this page is available. .
All docs
V21.2

HeatmapRangeStop(Double, HeatmapRangeStopType) Constructor

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

Namespace: DevExpress.Xpf.Charts.Heatmap

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public HeatmapRangeStop(
    double value,
    HeatmapRangeStopType unitType
)

Parameters

Name Type Description
value Double

The range stop value.

unitType HeatmapRangeStopType

The range stop type.

See Also