Aspose::Cells::Charts::SeriesCollection::SetSecondCategoryData method

SeriesCollection::SetSecondCategoryData(const U16String&) method

Gets or sets the range of second 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}"). Only effects when some ASerieses plot on the second axis.

void Aspose::Cells::Charts::SeriesCollection::SetSecondCategoryData(const U16String &value)

See Also

SeriesCollection::SetSecondCategoryData(const char16_t*) method

Gets or sets the range of second 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}"). Only effects when some ASerieses plot on the second axis.

void Aspose::Cells::Charts::SeriesCollection::SetSecondCategoryData(const char16_t *value)

See Also