|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Shape
com.aspose.slides.GraphicalObject
com.aspose.slides.Chart
public class Chart
Represents an graphic chart on a slide.
Method Summary | |
---|---|
IThemeEffectiveData |
createThemeEffective()
Returns an effective theme for this chart. |
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. |
IChart |
getChart()
Returns the 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. |
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. |
IChartTextFormat |
getTextFormat()
Returns chart text format. |
IOverrideThemeManager |
getThemeManager()
Returns theme manager. |
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 class com.aspose.slides.GraphicalObject |
---|
getGraphicalObjectLock |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Method Detail |
---|
public boolean getPlotVisibleCellsOnly()
Determines whether the only visible cells are plotted. False to plot both visible and hidden cells.
Read/write boolean
.
getPlotVisibleCellsOnly
in interface IChart
public void setPlotVisibleCellsOnly(boolean value)
Determines whether the only visible cells are plotted. False to plot both visible and hidden cells.
Read/write boolean
.
setPlotVisibleCellsOnly
in interface IChart
public int getDisplayBlanksAs()
Returns or sets the way to plot blank cells on a chart.
Read/write DisplayBlanksAsType
.
getDisplayBlanksAs
in interface IChart
public void setDisplayBlanksAs(int value)
Returns or sets the way to plot blank cells on a chart.
Read/write DisplayBlanksAsType
.
setDisplayBlanksAs
in interface IChart
public IChartData getChartData()
Returns information about the linked or embedded data associated with a chart.
Read-only IChartData
.
getChartData
in interface IChart
public boolean hasTitle()
Determines whether a chart has a visible title.
Read/write boolean
.
hasTitle
in interface IChart
public void setTitle(boolean value)
Determines whether a chart has a visible title.
Read/write boolean
.
setTitle
in interface IChart
public IChartTitle getChartTitle()
Returns or sets a chart title.
Read-only IChartTitle
.
getChartTitle
in interface IChart
public boolean hasDataTable()
Determines whether a chart has a data table.
Read/write boolean
.
hasDataTable
in interface IChart
public void setDataTable(boolean value)
Determines whether a chart has a data table.
Read/write boolean
.
setDataTable
in interface IChart
public boolean hasLegend()
Determines whether a chart has a legend.
Read/write boolean
.
hasLegend
in interface IChart
public void setLegend(boolean value)
Determines whether a chart has a legend.
Read/write boolean
.
setLegend
in interface IChart
public ILegend getLegend()
Returns or sets a legend for a chart.
Read-only ILegend
.
getLegend
in interface IChart
public IDataTable getChartDataTable()
Returns a data table of a chart.
Read-only IDataTable
.
getChartDataTable
in interface IChart
public int getStyle()
Returns or sets the chart style.
Read/write StyleType
.
getStyle
in interface IChart
public void setStyle(int value)
Returns or sets the chart style.
Read/write StyleType
.
setStyle
in interface IChart
public int getType()
Returns or sets the chart type.
Read/write ChartType
.
getType
in interface IChart
public void setType(int value)
Returns or sets the chart type.
Read/write ChartType
.
setType
in interface IChart
public IChartPlotArea getPlotArea()
Represents the plot area of a chart.
Read-only IChartPlotArea
.
getPlotArea
in interface IChart
public IRotation3D getRotation3D()
Returns a 3D rotation of a chart.
Read-only IRotation3D
.
getRotation3D
in interface IChart
public IChartWall getBackWall()
Returns an object which allows to change format of the back wall of a 3D chart.
Read-only IChartWall
.
getBackWall
in interface IChart
public IChartWall getSideWall()
Returns an object which allows to change format of the side wall of a 3D chart.
Read-only IChartWall
.
getSideWall
in interface IChart
public IChartWall getFloor()
Returns an object which allows to change format of the floor of a 3D chart.
Read-only IChartWall
.
getFloor
in interface IChart
public IChartTextFormat getTextFormat()
Returns chart text format.
Read-only IChartTextFormat
.
getTextFormat
in interface IFormattedTextContainer
public IThemeEffectiveData createThemeEffective()
Returns an effective theme for this chart.
createThemeEffective
in interface IThemeable
public IOverrideThemeManager getThemeManager()
Returns theme manager.
Read-only IOverrideThemeManager
.
getThemeManager
in interface IOverrideThemeable
public IGroupShape getUserShapes()
Specify the shapes drawn on top of the chart.
Read-only IGroupShape
.
getUserShapes
in interface IChart
public IAxesManager getAxes()
Provide access to chart axes.
Read-only IAxesManager
.
getAxes
in interface IChart
public IChart getChart()
IChartComponent
Returns the chart.
Read-only IChart
.
getChart
in interface IChartComponent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |