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


Gets or sets the length of this line.

Syntax

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

Example

Remarks

Only used with the Axis.TickLine property and represents the tick line length.

See Also

© 2010 All Rights Reserved.