Series.XValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.