Skip to main content

RangeStopCollection Class

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public class RangeStopCollection :
    NotificationCollection<double>

The following members return RangeStopCollection objects:

#Remarks

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

See Also