ChartDataPointValues.X Property
Indicates the X value for the data point.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property X As ReportExpression
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.