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

RangeFilterSeriesCollection Class

A collection of series displayed within the RangeFilterDashboardItem.

Namespace: DevExpress.DashboardCommon

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

Declaration

public class RangeFilterSeriesCollection :
    ChartSeriesCollectionBase<SimpleSeries>

Remarks

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

See Also