Back to Devexpress

RangeStopCollection Class

dashboard-devexpress-dot-dashboardcommon-7d0a28ad.md

latest1.8 KB
Original Source

RangeStopCollection Class

A collection of endpoints for color ranges in the custom palette.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class RangeStopCollection :
    NotificationCollection<double>
vb
Public Class RangeStopCollection
    Inherits NotificationCollection(Of Double)

The following members return RangeStopCollection objects:

Remarks

Use the CustomScale.RangeStops property to specify endpoints for color ranges in the custom palette.

Inheritance

Object DXCollectionBase<Double> DXCollection<Double> NotificationCollection<Double> RangeStopCollection

See Also

RangeStopCollection Members

RangeStops

DevExpress.DashboardCommon Namespace