Dundas Chart for Windows Forms
Add Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > SubAxisCollection Class : Add Method


SubAxis
SubAxis object to add.
Adds a SubAxis to the end of the collection.

Syntax

Visual Basic (Declaration)  
Public Function Add( _
   ByVal SubAxis As SubAxis _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As SubAxisCollection
Dim SubAxis As SubAxis
Dim value As Integer
 
value = instance.Add(SubAxis)
C#  
public int Add( 
   SubAxis SubAxis
)

Parameters

SubAxis
SubAxis object to add.

Return Value

Index of the newly added object.

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

© 2009 All Rights Reserved.