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


val
Axis tick value. The label will automatically represent the value given.(Number or DateTime)
Initializes a new instance of the AxisTick class with an arbitrary numeric or DateTime value.

Syntax

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

Parameters

val
Axis tick value. The label will automatically represent the value given.(Number or DateTime)

See Also

© 2010 All Rights Reserved.