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


val
Axis tick value.(Number or DateTime)
marker
Element Marker
Initializes a new instance of the AxisTick class with an arbitrary numeric or DateTime value and an element marker.

Syntax

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

Parameters

val
Axis tick value.(Number or DateTime)
marker
Element Marker

See Also

© 2010 All Rights Reserved.