Skip to main content
All docs
V26.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.v26.1.dll

    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