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