ActiveReports.Chart Request technical support
AnchorPoint Property
See Also 


Gets or sets the anchor point in the coordinate system of the corresponding ChartArea.

Syntax

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

See Also