Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns or sets an array of x values for a chart series. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property XValues As Object
Get
Set
'Usage
Dim instance As Series
Dim value As Object
value = instance.XValues
instance.XValues = value
Object XValues { get; set; }
Property Value
Type: System.Object
Remarks
You can set the XValues property to a range on a worksheet or to an array of values, but not to a combination of both.
For PivotChart reports, this property is read-only.