Skip to main content
All docs
V24.1

HeatmapRangeStopCollection Class

A collection of color range boundaries.

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

[TypeConverter(typeof(LocalizableCollectionTypeConverter))]
public class HeatmapRangeStopCollection :
    NotificationCollection<HeatmapRangeStop>

The following members return HeatmapRangeStopCollection objects:

See Also