ActiveReports.Chart Request technical support
AnchorPlacement Property
See Also 


Gets or sets the position of the AnchorPoint to stick to the ChartArea surface.

Syntax

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

See Also