ActiveReports.Chart Request technical support
X Property
See Also 


Gets or sets the point's x coordinate

Syntax

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

See Also