ActiveReports.Chart Request technical support
Length Property
See Also 


Gets or sets the length of the line used to draw the tick.

Syntax

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

See Also