Partager via


Propriété ChartDataPointValuesInstance.X

Gets the calculated value of the X property in a ChartDataPointValues class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property X As Object 
    Get
'Utilisation
Dim instance As ChartDataPointValuesInstance 
Dim value As Object 

value = instance.X
public Object X { get; }
public:
property Object^ X {
    Object^ get ();
}
member X : Object
function get X () : Object

Valeur de propriété

Type : System.Object
An object that represents the calculated value of the X property.

Voir aussi

Référence

ChartDataPointValuesInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering