Partager via


Propriété Y

Indicates the Y value for the data point.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property Y As ReportExpression
    Get
    Set
'Utilisation
Dim instance As ChartDataPointValues
Dim value As ReportExpression

value = instance.Y

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