ChartAnnotation.AnchorAlignment Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The alignment of the annotation anchor.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property AnchorAlignment As ReportExpression(Of ChartAnchorAlignments)
    Get
    Set
'Usage
Dim instance As ChartAnnotation
Dim value As ReportExpression(Of ChartAnchorAlignments)

value = instance.AnchorAlignment

instance.AnchorAlignment = value
public ReportExpression<ChartAnchorAlignments> AnchorAlignment { get; set; }
public:
property ReportExpression<ChartAnchorAlignments> AnchorAlignment {
    ReportExpression<ChartAnchorAlignments> get ();
    void set (ReportExpression<ChartAnchorAlignments> value);
}
member AnchorAlignment : ReportExpression<ChartAnchorAlignments> with get, set
function get AnchorAlignment () : ReportExpression<ChartAnchorAlignments>
function set AnchorAlignment (value : ReportExpression<ChartAnchorAlignments>)