ChartDataPointValuesInstance.X Property

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property X As Object
    Get
'Usage
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

Property Value

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