Aspose::Cells::Charts::Series::SetXValues method

Series::SetXValues(const U16String&) method

Represents the X values of this chart series.

void Aspose::Cells::Charts::Series::SetXValues(const U16String &value)

Remarks

To get the actual values(corresponding to every point of this series) defined by this property, please use CategoryValues.

See Also

Series::SetXValues(const char16_t*) method

Represents the X values of this chart series.

void Aspose::Cells::Charts::Series::SetXValues(const char16_t *value)

Remarks

To get the actual values(corresponding to every point of this series) defined by this property, please use CategoryValues.

See Also