Skip to main content

RangeFilterDashboardItem.Series Property

Gets the collection of series displayed within the RangeFilterDashboardItem.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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