ChartCategory.IsFiltered Property

Definition

Returns TRUE when the user filters out a series. Boolean (bool in C#) Read-only

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 series is transferred out of its parent SeriesCollection, 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