Series.IsFiltered Property

Definition

This setting controls whether the series has been filtered out from the chart. The default value is False. Boolean (bool in C#) Read/Write.

public:
 property bool IsFiltered { bool get(); void set(bool value); };
public bool IsFiltered { get; set; }
Public Property IsFiltered As Boolean

Property Value

Remarks

When a user filters out a series, the series IsFiltered property switches to True, and the series is transferred out of its parent SeriesCollection. However, that series still remains in its parent FullSeriesCollection. When a user filters the series back in, it is inserted back in its original place in the SeriesCollection.

Applies to