dotnetCHARTING Send comments on this topic.
TickLine Property
See Also 
dotnetCHARTING Namespace > Axis Class : TickLine Property


Gets or sets the tick Line for all ticks marks.

Syntax

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

Return Value

A Line object applied to all tick lines of this axis.

Remarks

Setting TickLine.Length will specify the tick line's length.

See Also