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

RangeFilterDashboardItem.Series Property

Gets the collection of series displayed within the RangeFilterDashboardItem.

Namespace: DevExpress.DashboardCommon

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

Declaration

public RangeFilterSeriesCollection Series { get; }

Property Value

Type Description
RangeFilterSeriesCollection

A RangeFilterSeriesCollection object that represents the collection of series displayed within the RangeFilterDashboardItem.

See Also