ChartAnnotation.AnchorOffsetX Property

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

The X offset of the annotation anchor.

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

Syntax

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

value = instance.AnchorOffsetX

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