public final class XSSFChart extends org.apache.poi.xddf.usermodel.chart.XDDFChart implements Chart, ChartAxisFactory
| Modifier and Type | Method and Description |
|---|---|
XSSFCategoryAxis |
createCategoryAxis(AxisPosition pos)
Deprecated.
|
XSSFDateAxis |
createDateAxis(AxisPosition pos)
Deprecated.
|
XSSFValueAxis |
createValueAxis(AxisPosition pos)
Deprecated.
|
List<? extends XSSFChartAxis> |
getAxis()
Deprecated.
use
XDDFChart.getAxes() instead |
XSSFChart |
getChartAxisFactory()
Deprecated.
|
XSSFChartDataFactory |
getChartDataFactory()
Deprecated.
|
XSSFGraphicFrame |
getGraphicFrame()
Returns the parent graphic frame.
|
XSSFManualLayout |
getManualLayout()
Deprecated.
|
XSSFChartLegend |
getOrCreateLegend()
Deprecated.
|
String |
getTitleFormula()
Get the chart title formula expression if there is one
|
XSSFRichTextString |
getTitleText()
Returns the title static text, or null if none is set.
|
void |
plot(ChartData data,
ChartAxis... chartAxis)
Deprecated.
|
void |
setTitleFormula(String formula)
Set the formula expression to use for the chart title
|
clear, clearChartSeries, createCategoryAxis, createData, createDateAxis, createRelationshipInChart, createSeriesAxis, createValueAxis, deleteLegend, deleteShapeProperties, displayBlanksAs, findDefinedParagraphProperty, findDefinedRunProperty, formatRange, getAxes, getChartSeries, getCTChart, getCTChartSpace, getFormattedTitle, getOrAddLegend, getOrAddManualLayout, getOrAddShapeProperties, getOrAddView3D, getTitle, getTitleOverlay, getWorkbook, importContent, isPlotOnlyVisibleCells, plot, saveWorkbook, setAutoTitleDeleted, setBackWall, setChartIndex, setExternalId, setFloor, setPlotOnlyVisibleCells, setSheetTitle, setSideWall, setTitleOverlay, setTitleText, setValueRange, setWorkbook_invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, isCommited, isCommitted, setCommited, setCommitted, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitdeleteLegendpublic XSSFGraphicFrame getGraphicFrame()
@Deprecated @Removal(version="4.2") public XSSFChartDataFactory getChartDataFactory()
getChartDataFactory in interface Chart@Deprecated @Removal(version="4.2") public XSSFChart getChartAxisFactory()
getChartAxisFactory in interface Chart@Deprecated @Removal(version="4.2") public void plot(ChartData data, ChartAxis... chartAxis)
Chart@Deprecated @Removal(version="4.2") public XSSFValueAxis createValueAxis(AxisPosition pos)
createValueAxis in interface ChartAxisFactory@Deprecated @Removal(version="4.2") public XSSFCategoryAxis createCategoryAxis(AxisPosition pos)
createCategoryAxis in interface ChartAxisFactory@Deprecated @Removal(version="4.2") public XSSFDateAxis createDateAxis(AxisPosition pos)
createDateAxis in interface ChartAxisFactory@Deprecated @Removal(version="4.2") public List<? extends XSSFChartAxis> getAxis()
XDDFChart.getAxes() instead@Deprecated @Removal(version="4.2") public XSSFManualLayout getManualLayout()
ManuallyPositionablegetManualLayout in interface ManuallyPositionablepublic XSSFRichTextString getTitleText()
public String getTitleFormula()
public void setTitleFormula(String formula)
formula - @Deprecated @Removal(version="4.2") public XSSFChartLegend getOrCreateLegend()
getOrCreateLegend in interface ChartCopyright © 2010 - 2020 Adobe. All Rights Reserved