Spread for ASP.NET 7.0 Product Documentation
GetSeriesVisible Method
See Also  Support Options
FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > Chart3DRenderer 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 Chart3DRenderer
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 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

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