Skip to main content
A newer version of this page is available. .

RangeStopCollection Class

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public class RangeStopCollection :
    NotificationCollection<double>

Remarks

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

See Also