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


Gets or sets the absolute position of the smart label specified by a Point object.

Syntax

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

See Also

© 2010 All Rights Reserved.