.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > AxisTick Class > AxisTick Constructor : AxisTick Constructor(Object,ElementMarker)
Axis tick value.(Number or DateTime)
Element Marker
AxisTick Constructor(Object,ElementMarker)
Initializes a new instance of the AxisTick class with an arbitrary numeric or DateTime value and an element marker.
Syntax
'Declaration
 
Public Function New( _
   ByVal val As Object, _
   ByVal marker As ElementMarker _
)
'Usage
 
Dim val As Object
Dim marker As ElementMarker
 
Dim instance As New AxisTick(val, marker)
public AxisTick( 
   object val,
   ElementMarker marker
)

Parameters

val
Axis tick value.(Number or DateTime)
marker
Element Marker
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