org.apache.poi.ss.usermodel.charts
Interface ChartSeries
-
- All Known Subinterfaces:
- LineChartSeries, ScatterChartSeries
- All Known Implementing Classes:
- AbstractXSSFChartSeries
public interface ChartSeriesBasic settings for all chart series.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description CellReferencegetTitleCellReference()java.lang.StringgetTitleString()TitleTypegetTitleType()voidsetTitle(CellReference titleReference)Sets the title of the series as a cell reference.voidsetTitle(java.lang.String title)Sets the title of the series as a string literal.
-
-
-
Method Detail
-
setTitle
void setTitle(java.lang.String title)
Sets the title of the series as a string literal.- Parameters:
title-
-
setTitle
void setTitle(CellReference titleReference)
Sets the title of the series as a cell reference.- Parameters:
titleReference-
-
getTitleString
java.lang.String getTitleString()
- Returns:
- title as string literal.
-
getTitleCellReference
CellReference getTitleCellReference()
- Returns:
- title as cell reference.
-
getTitleType
TitleType getTitleType()
- Returns:
- title type.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG