dotnetCHARTING Send comments on this topic.
Add(ScaleRange) Method
See Also 
dotnetCHARTING Namespace > ScaleRangeCollection Class > Add Method : Add(ScaleRange) Method


_ScaleRange
The ScaleRange to add.
Adds a specified ScaleRange class to this collection.

Syntax

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

Parameters

_ScaleRange
The ScaleRange to add.

Return Value

The zero-based index of the added ScaleRange.

See Also

© 2010 All Rights Reserved.