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


scaleRangeCollection
The ScaleRangeCollection to add.
Adds a specified ScaleRangeCollection to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal scaleRangeCollection As ScaleRangeCollection _
) 
Visual Basic (Usage)Copy Code
Dim instance As ScaleRangeCollection
Dim scaleRangeCollection As ScaleRangeCollection
 
instance.Add(scaleRangeCollection)
C# 
public void Add( 
   ScaleRangeCollection scaleRangeCollection
)

Parameters

scaleRangeCollection
The ScaleRangeCollection to add.

See Also

© 2010 All Rights Reserved.