|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.shapes.XlsShape
com.spire.xls.core.spreadsheet.shapes.XlsChartShape
com.spire.xls.Chart
public class Chart
| Constructor Summary | |
|---|---|
Chart(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
ChartArea |
getChartArea()
Returns a chart area object that represents the complete chart area for the chart |
ChartTextArea |
getChartTitleArea()
Gets title text area. |
CellRange |
getDataRange()
Data range for the chart series. |
ChartDataTable |
getDataTable()
Returns a data table object that represents the chart data table. |
ChartWallOrFloor |
getFloor()
Returns a floor object that represents the floor of the 3-d chart. |
ChartLegend |
getLegend()
Represents chart legend. |
ChartPageSetup |
getPageSetup()
Page setup for the chart. |
ChartPlotArea |
getPlotArea()
Returns a plot area object that represents the plot area of a chart. |
ChartCategoryAxis |
getPrimaryCategoryAxis()
Returns primary category axis. |
ChartSeriesAxis |
getPrimarySerieAxis()
Returns primary series axis. |
ChartValueAxis |
getPrimaryValueAxis()
Returns primary value axis. |
ChartCategoryAxis |
getSecondaryCategoryAxis()
Returns secondary category axis. |
ChartValueAxis |
getSecondaryValueAxis()
Returns secondary value axis. |
ChartSeries |
getSeries()
Returns an object that represents either a single series (a series object) or a collection of all the series (a series collection collection) in the chart or chart group. |
java.lang.Object |
getSheet()
Worksheet which contains the chart. |
ChartWallOrFloor |
getWalls()
Represents chart walls. |
Workbook |
getWorkbook()
Workbook contains the chart. |
void |
setDataRange(CellRange dataRange)
Sets data range for the chart series. |
| Methods inherited from class com.spire.xls.core.spreadsheet.shapes.XlsShape |
|---|
deepClone, getAlternativeText, getAlternativeTextTitle, getAutoSize, getBottomRowOffset, getFill, getHeight, getID, getLeft, getLeftColumnOffset, getLine, getName, getOnAction, getResizeBehave, getRightColumnOffset, getShadow, getShapeId, getShapeType, getThreeD, getTop, getTopRowOffset, getUpdatePositions, getVisible, getVmlShape, getWidth, hasFill, hasFill, hasLineFormat, hasLineFormat, isFlipH, isFlipH, isFlipV, isFlipV, isGroup, isLockAspectRatio, isLockAspectRatio, isLocked, isLocked, isPrintable, isPrintable, isRelative, isRelative, remove, scale, setAlternativeText, setAlternativeTextTitle, setAutoSize, setBottomRowOffset, setHeight, setLeft, setLeftColumnOffset, setName, setOnAction, setResizeBehave, setRightColumnOffset, setShapeType, setTop, setTopRowOffset, setUpdatePositions, setVisible, setWidth |
| Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
|---|
dispose |
| Methods inherited from interface com.spire.xls.core.IShape |
|---|
getAlternativeText, getFill, getHeight, getID, getLeft, getName, getOnAction, getResizeBehave, getShadow, getShapeType, getThreeD, getTop, getVisible, getWidth, isLockAspectRatio, isLockAspectRatio, isLocked, isLocked, isPrintable, isPrintable, remove, scale, setHeight, setName, setOnAction, setResizeBehave, setTop, setVisible, setWidth |
| Methods inherited from interface com.spire.xls.core.IChart |
|---|
getName |
| Constructor Detail |
|---|
public Chart(java.lang.Object parent)
| Method Detail |
|---|
public ChartSeries getSeries()
getSeries in class XlsChartShapepublic ChartTextArea getChartTitleArea()
getChartTitleArea in class XlsChartShapepublic ChartArea getChartArea()
getChartArea in interface IChartgetChartArea in class XlsChartShapepublic CellRange getDataRange()
getDataRange in interface IChartgetDataRange in class XlsChartShapepublic void setDataRange(CellRange dataRange)
public ChartDataTable getDataTable()
getDataTable in interface IChartgetDataTable in class XlsChartShapepublic ChartWallOrFloor getFloor()
getFloor in interface IChartgetFloor in class XlsChartShapepublic ChartLegend getLegend()
getLegend in interface IChartgetLegend in class XlsChartShapepublic ChartPageSetup getPageSetup()
getPageSetup in interface IChartgetPageSetup in class XlsChartShapepublic ChartPlotArea getPlotArea()
getPlotArea in interface IChartgetPlotArea in class XlsChartShapepublic ChartCategoryAxis getPrimaryCategoryAxis()
getPrimaryCategoryAxis in interface IChartgetPrimaryCategoryAxis in class XlsChartShapepublic ChartValueAxis getPrimaryValueAxis()
getPrimaryValueAxis in interface IChartgetPrimaryValueAxis in class XlsChartShapepublic ChartSeriesAxis getPrimarySerieAxis()
getPrimarySerieAxis in interface IChartgetPrimarySerieAxis in class XlsChartShapepublic ChartCategoryAxis getSecondaryCategoryAxis()
getSecondaryCategoryAxis in interface IChartgetSecondaryCategoryAxis in class XlsChartShapepublic ChartValueAxis getSecondaryValueAxis()
getSecondaryValueAxis in interface IChartgetSecondaryValueAxis in class XlsChartShapepublic Workbook getWorkbook()
public ChartWallOrFloor getWalls()
getWalls in interface IChartgetWalls in class XlsChartShapepublic java.lang.Object getSheet()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||