Share via


Series.XValues Property

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.

See Also

Reference

Series Interface

Series Members

Microsoft.Office.Interop.PowerPoint Namespace