dotnetCHARTING Send comments on this topic.
Line Property
See Also 
dotnetCHARTING Namespace > AxisTick Class : Line Property


Gets or sets the tick line of this AxisTick. The property Line.Length will control the length of this tick.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.