Interface ChartSeries
- All Known Subinterfaces:
LineChartSeries
,ScatterChartSeries
- All Known Implementing Classes:
AbstractXSSFChartSeries
Deprecated.
Basic settings for all chart series.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.void
Deprecated.Sets the title of the series as a string literal.void
setTitle
(CellReference titleReference) Deprecated.Sets the title of the series as a cell reference.
-
Method Details
-
setTitle
Deprecated.Sets the title of the series as a string literal.- Parameters:
title
-
-
setTitle
Deprecated.Sets the title of the series as a cell reference.- Parameters:
titleReference
-
-
getTitleString
String getTitleString()Deprecated.- Returns:
- title as string literal.
-
getTitleCellReference
CellReference getTitleCellReference()Deprecated.- Returns:
- title as cell reference.
-
getTitleType
TitleType getTitleType()Deprecated.- Returns:
- title type.
-