@Deprecated @Removal(version="4.2") public interface ChartSeries
Modifier and Type | Method and Description |
---|---|
CellReference |
getTitleCellReference()
Deprecated.
|
java.lang.String |
getTitleString()
Deprecated.
|
TitleType |
getTitleType()
Deprecated.
|
void |
setTitle(CellReference titleReference)
Deprecated.
Sets the title of the series as a cell reference.
|
void |
setTitle(java.lang.String title)
Deprecated.
Sets the title of the series as a string literal.
|
void setTitle(java.lang.String title)
title
- void setTitle(CellReference titleReference)
titleReference
- java.lang.String getTitleString()
CellReference getTitleCellReference()
TitleType getTitleType()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.