Partager via


Propriété X

Indicates the X 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 X As ReportExpression
    Get
    Set
'Utilisation
Dim instance As ChartDataPointValues
Dim value As ReportExpression

value = instance.X

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