Aspose::Cells::Charts::SeriesCollection::SetCategoryData method
SeriesCollection::SetCategoryData(const U16String&) method
Gets or sets the range of category Axis values. It can be a range of cells (such as, “d1:e10”), or a sequence of values (such as,"{2,6,8,10}").
void Aspose::Cells::Charts::SeriesCollection::SetCategoryData(const U16String &value)
See Also
- Class Vector
- Class U16String
- Class SeriesCollection
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++
SeriesCollection::SetCategoryData(const char16_t*) method
Gets or sets the range of category Axis values. It can be a range of cells (such as, “d1:e10”), or a sequence of values (such as,"{2,6,8,10}").
void Aspose::Cells::Charts::SeriesCollection::SetCategoryData(const char16_t *value)
See Also
- Class Vector
- Class SeriesCollection
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++