Series.XValues Property

Definition

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.

public:
 property System::Object ^ XValues { System::Object ^ get(); void set(System::Object ^ value); };
public object XValues { get; set; }
member this.XValues : obj with get, set
Public Property XValues As Object

Property Value

Object

Remarks

For PivotChart reports, this property is read-only.

Applies to