Dundas.SharePoint.Charting.WebParts Send comments on this topic.
AxisScrollBar Constructor(Axis)
See Also 
Dundas.Charting.WebControl Namespace > AxisScrollBar Class > AxisScrollBar Constructor : AxisScrollBar Constructor(Axis)


axis
Reference to the axis class.
Axis scroll bar constructor.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal axis As Axis _
)
Visual Basic (Usage) Copy Code
Dim axis As Axis
 
Dim instance As AxisScrollBar(axis)
C#  
public AxisScrollBar( 
   Axis axis
)

Parameters

axis
Reference to the axis class.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also