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


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

Syntax

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

See Also