Skip to main content
All docs
V25.1
  • HeatmapRangeStop(Double, HeatmapRangeStopType) Constructor

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

    Namespace: DevExpress.Xpf.Charts.Heatmap

    Assembly: DevExpress.Xpf.Charts.v25.1.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