dotnetCHARTING Send comments on this topic.
XAxisTick Property
See Also 
dotnetCHARTING Namespace > Element Class : XAxisTick Property


Gets or sets an AxisTick object that will placed on the x axis at the position of this element's x value. If the x axis is a category axis, AxisTick will not have any effect.

Syntax

Visual Basic (Declaration)  
Public Property XAxisTick As AxisTick
Visual Basic (Usage) Copy Code
Dim instance As Element
Dim value As AxisTick
 
instance.XAxisTick = value
 
value = instance.XAxisTick
C#  
public AxisTick XAxisTick {get; set;}

Remarks

This value is null by default.

See Also