Share via


ChartAnnotation.AnchorOffsetY Property

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

The Y offset of the annotation anchor.

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

Syntax

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

value = instance.AnchorOffsetY

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