.netCHARTING v10.5 Documentation


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

Parameters

val
Axis tick value.(Number or DateTime)
TextOverride
Label text.
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