Share via


ChartAnnotation.Y Property

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

The Y coordinate of the annotation.

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

Syntax

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

value = instance.Y

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