.netCHARTING v10.5 Documentation


Axis tick value. The label will automatically represent the value given.(Number or DateTime)
AxisTick Constructor(Object)
Initializes a new instance of the AxisTick class with an arbitrary numeric or DateTime value.
Syntax
'Declaration
 
Public Function New( _
   ByVal val As Object _
)
'Usage
 
Dim val As Object
 
Dim instance As New AxisTick(val)
public AxisTick( 
   object val
)

Parameters

val
Axis tick value. The label will automatically represent the value given.(Number or DateTime)
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