dotnetCHARTING Send comments on this topic.
AxisTick Constructor(Object,String)
See Also 
dotnetCHARTING Namespace > AxisTick Class > AxisTick Constructor : AxisTick Constructor(Object,String)


val
Axis tick value.(Number or DateTime)
TextOverride
Label text.
Initializes a new instance of the AxisTick class with an arbitrary numeric or DateTime value and a text label.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal val As Object, _
   ByVal TextOverride As String _
)
Visual Basic (Usage)Copy Code
Dim val As Object
Dim TextOverride As String
 
Dim instance As AxisTick(val, TextOverride)
C# 
public AxisTick( 
   object val,
   string TextOverride
)

Parameters

val
Axis tick value.(Number or DateTime)
TextOverride
Label text.

See Also

© 2010 All Rights Reserved.