dotnetCHARTING Send comments on this topic.
AxisTickCollection Constructor
See Also 
dotnetCHARTING Namespace > AxisTickCollection Class : AxisTickCollection Constructor


axisTickList
Creates a new instance of AxisTickCollection with the specified list of AxisTick objects.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal ParamArray axisTickList() As AxisTick _
)
Visual Basic (Usage)Copy Code
Dim axisTickList() As AxisTick
 
Dim instance As AxisTickCollection(axisTickList)
C# 
public AxisTickCollection( 
   params AxisTick[] axisTickList
)

Parameters

axisTickList

See Also

© 2010 All Rights Reserved.