.netCHARTING v10.5 Documentation


The ScaleRange to add.
Add(ScaleRange) Method
Adds a specified ScaleRange class to this collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal _ScaleRange As ScaleRange _
) As Integer
'Usage
 
Dim instance As ScaleRangeCollection
Dim _ScaleRange As ScaleRange
Dim value As Integer
 
value = instance.Add(_ScaleRange)
public int Add( 
   ScaleRange _ScaleRange
)

Parameters

_ScaleRange
The ScaleRange to add.

Return Value

The zero-based index of the added ScaleRange.
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