Skip to main content
All docs
V23.2

HeatmapRangeStop(Double, HeatmapRangeStopType) Constructor

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

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public HeatmapRangeStop(
    double value,
    HeatmapRangeStopType type
)

Parameters

Name Type Description
value Double

The range stop value.

type HeatmapRangeStopType

The range stop type.

See Also