|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChart
Method Summary | |
---|---|
IAxesManager |
getAxes()
Provide access to chart axes. |
IChartWall |
getBackWall()
Returns an object which allows to change format of the back wall of a 3D chart. |
IChartData |
getChartData()
Returns information about the linked or embedded data associated with a chart. |
IDataTable |
getChartDataTable()
Returns a data table of a chart. |
IChartTitle |
getChartTitle()
Returns or sets a chart title Read-only IChartTitle . |
int |
getDisplayBlanksAs()
Returns or sets the way to plot blank cells on a chart. |
IChartWall |
getFloor()
Returns an object which allows to change format of the floor of a 3D chart. |
ILegend |
getLegend()
Returns or sets a legend for a chart. |
IChartPlotArea |
getPlotArea()
Represents the plot area of a chart. |
boolean |
getPlotVisibleCellsOnly()
Determines whether the only visible cells are plotted. |
IRotation3D |
getRotation3D()
Returns a 3D rotation of a chart. |
IChartWall |
getSideWall()
Returns an object which allows to change format of the side wall of a 3D chart. |
int |
getStyle()
Returns or sets the chart style. |
int |
getType()
Returns or sets the chart type. |
IGroupShape |
getUserShapes()
Specify the shapes drawn on top of the chart. |
boolean |
hasDataTable()
Determines whether a chart has a data table. |
boolean |
hasLegend()
Determines whether a chart has a legend. |
boolean |
hasTitle()
Determines whether a chart has a visible title. |
void |
setDataTable(boolean value)
Determines whether a chart has a data table. |
void |
setDisplayBlanksAs(int value)
Returns or sets the way to plot blank cells on a chart. |
void |
setLegend(boolean value)
Determines whether a chart has a legend. |
void |
setPlotVisibleCellsOnly(boolean value)
Determines whether the only visible cells are plotted. |
void |
setStyle(int value)
Returns or sets the chart style. |
void |
setTitle(boolean value)
Determines whether a chart has a visible title. |
void |
setType(int value)
Returns or sets the chart type. |
Methods inherited from interface com.aspose.slides.IGraphicalObject |
---|
getGraphicalObjectLock |
Methods inherited from interface com.aspose.slides.IHyperlinkContainer |
---|
getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver |
Methods inherited from interface com.aspose.slides.IFormattedTextContainer |
---|
getTextFormat |
Methods inherited from interface com.aspose.slides.IChartComponent |
---|
getChart |
Methods inherited from interface com.aspose.slides.IOverrideThemeable |
---|
getThemeManager |
Methods inherited from interface com.aspose.slides.IThemeable |
---|
createThemeEffective |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Method Detail |
---|
boolean getPlotVisibleCellsOnly()
Determines whether the only visible cells are plotted. False to plot both visible and hidden cells.
Read/write boolean
.
void setPlotVisibleCellsOnly(boolean value)
Determines whether the only visible cells are plotted. False to plot both visible and hidden cells.
Read/write boolean
.
int getDisplayBlanksAs()
Returns or sets the way to plot blank cells on a chart.
Read/write DisplayBlanksAsType
.
void setDisplayBlanksAs(int value)
Returns or sets the way to plot blank cells on a chart.
Read/write DisplayBlanksAsType
.
IChartData getChartData()
Returns information about the linked or embedded data associated with a chart.
Read-only IChartData
.
boolean hasTitle()
Determines whether a chart has a visible title.
Read/write boolean
.
void setTitle(boolean value)
Determines whether a chart has a visible title.
Read/write boolean
.
IChartTitle getChartTitle()
Returns or sets a chart title
Read-only IChartTitle
.
boolean hasDataTable()
Determines whether a chart has a data table.
Read/write boolean
.
void setDataTable(boolean value)
Determines whether a chart has a data table.
Read/write boolean
.
boolean hasLegend()
Determines whether a chart has a legend.
Read/write boolean
.
void setLegend(boolean value)
Determines whether a chart has a legend.
Read/write boolean
.
ILegend getLegend()
Returns or sets a legend for a chart.
Read-only ILegend
.
IDataTable getChartDataTable()
Returns a data table of a chart.
Read-only IDataTable
.
int getStyle()
Returns or sets the chart style.
Read/write StyleType
.
void setStyle(int value)
Returns or sets the chart style.
Read/write StyleType
.
int getType()
Returns or sets the chart type.
Read/write ChartType
.
void setType(int value)
Returns or sets the chart type.
Read/write ChartType
.
IChartPlotArea getPlotArea()
Represents the plot area of a chart.
Read-only IChartPlotArea
.
IRotation3D getRotation3D()
Returns a 3D rotation of a chart.
Read-only IRotation3D
.
IChartWall getBackWall()
Returns an object which allows to change format of the back wall of a 3D chart.
Read-only IChartWall
.
IChartWall getSideWall()
Returns an object which allows to change format of the side wall of a 3D chart.
Read-only IChartWall
.
IChartWall getFloor()
Returns an object which allows to change format of the floor of a 3D chart.
Read-only IChartWall
.
IGroupShape getUserShapes()
Specify the shapes drawn on top of the chart.
Read-only IGroupShape
.
IAxesManager getAxes()
Provide access to chart axes.
Read-only IAxesManager
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |