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

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