title | keywords | f1_keywords | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Series.IsFiltered property (Excel) |
vbaxl10.chm578128 |
|
90c1564c-439c-de1f-8082-0de3372c0566 |
05/11/2019 |
medium |
This setting controls whether the series has been filtered out from the chart. The default value is False. Read/write Boolean.
expression.IsFiltered
expression A variable that represents a Series object.
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.
BOOL
[!includeSupport and feedback]