Aspose::Cells::Charts::Series::SetXValues method
Contents
[
Hide
]Series::SetXValues(const U16String&) method
Represents the X values of this chart series.
void Aspose::Cells::Charts::Series::SetXValues(const U16String &value)
Remarks
Only for Scatter and Bubble chart. Please use SeriesCollection.CategoryData for other types of charts CategoryValues is used to get the actual category values of this series.
See Also
- Class Vector
- Class U16String
- Class Series
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++
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
Only for Scatter and Bubble chart. Please use SeriesCollection.CategoryData for other types of charts CategoryValues is used to get the actual category values of this series.
See Also
- Class Vector
- Class Series
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++