ActiveReports.Chart Request technical support
Y Property
See Also 


Gets or sets the point's y coordinate

Syntax

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

See Also