Share via


ChartAnnotation.AnchorX Property

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

The X coordinate of the annotation anchor.

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

Syntax

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

value = instance.AnchorX

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