Skip to main content

RangeStopCollection Class

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v26.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.

Used in Choropleth Map and Bubble Map dashboard items. For additional information, refer to the following help topics:

See Also