Aspose::Cells::Charts::Series::GetName method
Series::GetName method
Gets or sets the name of the data series.
U16String Aspose::Cells::Charts::Series::GetName()
Examples
//Gets the name of the data series.
U16String name = chart.GetNSeries().Get(0).GetName();
See Also
- Class U16String
- Class Series
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++