Series.XValues Property

Returns or sets an array of x values for a chart series. The XValues property can be set to a range on a worksheet or to an array of values, but it cannot be a combination of both. Read/write Object.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
Object

Remarks

For PivotChart reports, this property is read-only.

See Also

Reference

Series Interface

Series Members

Microsoft.Office.Interop.Word Namespace