|
|||||||||
| 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.XlsWorksheetBase
com.spire.xls.core.spreadsheet.charts.XlsChart
com.spire.xls.ChartSheet
public class ChartSheet
| Constructor Summary | |
|---|---|
ChartSheet(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
Workbook |
getBook()
Workbook which contains the chart. |
ChartArea |
getChartArea()
Returns an object that represents the complete chart area for the chart. |
ChartTextArea |
getChartTitleArea()
Gets title text area. |
CommentsCollection |
getComments()
Represents comments collection for the worksheet. |
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. |
ChartWallOrFloor |
getWalls()
Represents chart walls. |
void |
setDataRange(CellRange dataRange)
Data range for the chart series. |
void |
toSVGStream(java.io.OutputStream stream)
Convert chart to Svg stream |
| Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
|---|
dispose |
| Methods inherited from interface com.spire.xls.core.IChart |
|---|
getHeightForDouble, getName, getWidthForDouble |
| Constructor Detail |
|---|
public ChartSheet(java.lang.Object parent)
| Method Detail |
|---|
public ChartSeries getSeries()
public ChartTextArea getChartTitleArea()
public ChartArea getChartArea()
getChartArea in interface IChartgetChartArea in class XlsChartpublic CellRange getDataRange()
getDataRange in interface IChartgetDataRange in class XlsChartpublic void setDataRange(CellRange dataRange)
public ChartDataTable getDataTable()
getDataTable in interface IChartgetDataTable in class XlsChartpublic ChartWallOrFloor getFloor()
getFloor in interface IChartgetFloor in class XlsChartpublic ChartLegend getLegend()
getLegend in interface IChartgetLegend in class XlsChartpublic ChartPageSetup getPageSetup()
getPageSetup in interface IChartgetPageSetup in class XlsChartpublic ChartPlotArea getPlotArea()
getPlotArea in interface IChartgetPlotArea in class XlsChartpublic ChartCategoryAxis getPrimaryCategoryAxis()
getPrimaryCategoryAxis in interface IChartgetPrimaryCategoryAxis in class XlsChartpublic ChartValueAxis getPrimaryValueAxis()
getPrimaryValueAxis in interface IChartgetPrimaryValueAxis in class XlsChartpublic ChartSeriesAxis getPrimarySerieAxis()
getPrimarySerieAxis in interface IChartgetPrimarySerieAxis in class XlsChartpublic ChartCategoryAxis getSecondaryCategoryAxis()
getSecondaryCategoryAxis in interface IChartgetSecondaryCategoryAxis in class XlsChartpublic ChartValueAxis getSecondaryValueAxis()
getSecondaryValueAxis in interface IChartgetSecondaryValueAxis in class XlsChartpublic Workbook getBook()
public ChartWallOrFloor getWalls()
getWalls in interface IChartgetWalls in class XlsChartpublic CommentsCollection getComments()
getComments in class XlsWorksheetBasepublic void toSVGStream(java.io.OutputStream stream)
stream - Stream.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||