Skip to main content

RangeFilterSeriesCollection Class

A collection of series displayed within the RangeFilterDashboardItem.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public class RangeFilterSeriesCollection :
    ChartSeriesCollectionBase<SimpleSeries>

The following members return RangeFilterSeriesCollection objects:

#Remarks

Use the RangeFilterDashboardItem.Series property to access the collection of series displayed within the Range Filter dashboard item.

See Also