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


Gets or sets a Line object that facilitates the DynamicPosition functionality.

Syntax

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

Remarks

Lines are used to point to an element when a label can not be placed directly beside it.

See Also

© 2010 All Rights Reserved.