LineChartSeries
, ScatterChartSeries
AbstractXSSFChartSeries
public interface ChartSeries
Modifier and Type | Method | Description |
---|---|---|
CellReference |
getTitleCellReference() |
|
java.lang.String |
getTitleString() |
|
TitleType |
getTitleType() |
|
void |
setTitle(java.lang.String title) |
Sets the title of the series as a string literal.
|
void |
setTitle(CellReference titleReference) |
Sets the title of the series as a cell reference.
|
void setTitle(java.lang.String title)
title
- void setTitle(CellReference titleReference)
titleReference
- java.lang.String getTitleString()
CellReference getTitleCellReference()
TitleType getTitleType()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.