Partager via


Propriété ChartDataPointValues.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)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

Voir aussi

Référence

ChartDataPointValues Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel