Spread Windows Forms 6.0 Product Documentation
GetSeriesVisible Method
See Also  Support Options
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > Chart2DRenderer Class : GetSeriesVisible Method


series
Series need to check

Glossary Item Box

Check whether series should be visible for displaying

Syntax

Visual Basic (Declaration) 
Protected Overridable Function GetSeriesVisible( _
   ByVal series As Series _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Chart2DRenderer
Dim series As Series
Dim value As Boolean
 
value = instance.GetSeriesVisible(series)
C# 
protected virtual bool GetSeriesVisible( 
   Series series
)

Parameters

series
Series need to check

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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.