Aspose::Cells::Charts::SeriesCollection::SetSecondCategoryData method
Contents
[
Hide
]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
- Class Vector
- Class U16String
- Class SeriesCollection
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++
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
- Class Vector
- Class SeriesCollection
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++