The element.
GetIncludeSeries Method (SeriesValueModifier)
Gets the IncludeSeriesProperty property on the element. When set to True on a RenderableSeries, this series will be included in the SeriesValueModifier processing, else it will be excluded
Syntax
public static bool GetIncludeSeries( 
   UIElement element
)

Parameters

element
The element.

Return Value

If set to true this series will be included in the SeriesValueModifier processing, else it will be excluded.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also