Back to Devexpress

HeatmapRangeStopCollection Class

corelibraries-devexpress-dot-xtracharts-dot-heatmap-bd6cdba3.md

latest1.7 KB
Original Source

HeatmapRangeStopCollection Class

A collection of color range boundaries.

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class HeatmapRangeStopCollection :
    NotificationCollection<HeatmapRangeStop>
vb
Public Class HeatmapRangeStopCollection
    Inherits NotificationCollection(Of HeatmapRangeStop)

The following members return HeatmapRangeStopCollection objects:

Inheritance

Object DXCollectionBase<HeatmapRangeStop> DXCollection<HeatmapRangeStop> NotificationCollection<HeatmapRangeStop> HeatmapRangeStopCollection

See Also

HeatmapRangeStopCollection Members

DevExpress.XtraCharts.Heatmap Namespace