|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ShapeEx
com.aspose.slides.GraphicalObjectEx
com.aspose.slides.ChartEx
public class ChartEx
Represents an graphic chart on a slide.
Method Summary | |
---|---|
ChartWallsEx |
getBackWall()
Returns an object which allows to change format of the back wall of a 3D chart. |
AxisEx |
getCategoryAxis()
Gets the chart's X axis |
ChartDataEx |
getChartData()
Returns information about the linked or embedded data associated with a chart. |
DataTableEx |
getChartDataTable()
Returns a data table of a chart. |
FormatEx |
getChartFormat()
Returns the format of a chart. |
ChartTitleEx |
getChartTitle()
Returns or sets a chart title |
int |
getDisplayBlanksAs()
Returns or sets the way to plot blank cells on a chart. |
ChartWallsEx |
getFloor()
Returns an object which allows to change format of the floor of a 3D chart. |
int |
getGapDepth()
Returns or sets the distance, as a percentage of the marker width, between the data series in a 3D chart. |
int |
getGapWidth()
Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. |
LegendEx |
getLegend()
Returns or sets a legend for a chart. |
ChartPlotAreaEx |
getPlotArea()
Represents the plot area of a chart. |
boolean |
getPlotVisibleCellsOnly()
Determines whether the only visible cells are plotted. |
Rotation3DEx |
getRotation3D()
Returns a 3D rotation of a chart. |
AxisEx |
getSecondCategoryAxis()
Gets the chart's second X axis. |
AxisEx |
getSecondValueAxis()
Gets the chart's second Y axis. |
ChartWallsEx |
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. |
AxisEx |
getValueAxis()
Gets the chart's Y axis. |
boolean |
hasDataTable()
Determines whether a chart has a data table. |
void |
hasDataTable(boolean value)
|
boolean |
hasLegend()
Determines whether a chart has a legend. |
void |
hasLegend(boolean value)
|
boolean |
hasTitle()
Determines whether a chart has a visible title. |
void |
hasTitle(boolean value)
|
void |
setCategoryAxis(AxisEx value)
|
void |
setDisplayBlanksAs(int value)
|
void |
setGapDepth(int value)
|
void |
setGapWidth(int value)
|
void |
setLegend(LegendEx value)
|
void |
setPlotVisibleCellsOnly(boolean value)
|
void |
setSecondCategoryAxis(AxisEx value)
|
void |
setSecondValueAxis(AxisEx value)
|
void |
setStyle(int value)
|
void |
setType(int value)
|
void |
setValueAxis(AxisEx value)
|
Methods inherited from class com.aspose.slides.GraphicalObjectEx |
---|
getShapeLock |
Methods inherited from class com.aspose.slides.ShapeEx |
---|
addPlaceholder, createEffectFormatData, createFillFormatData, createLineFormatData, createThreeDFormatData, getAlternativeText, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getHLinkClick, getHLinkMouseOver, getLineFormat, getName, getParent, getPlaceholder, getPresentation, getRawFrame, getRotation, getSlide, getTags, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, isTextHolder, removePlaceholder, setAlternativeText, setFrame, setHeight, setHidden, setHLinkClick, setHLinkMouseOver, setName, setRawFrame, setRotation, setWidth, setX, setY |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean getPlotVisibleCellsOnly()
Determines whether the only visible cells are plotted. False to plot both visible and hidden cells.
Read/write bool
.
public void setPlotVisibleCellsOnly(boolean value)
public int getGapDepth()
Returns or sets the distance, as a percentage of the marker width, between the data series in a 3D chart.
Read/write int
.
public void setGapDepth(int value)
public int getGapWidth()
Returns or sets the space between bar or column clusters, as a percentage of the bar or column width.
public void setGapWidth(int value)
public FormatEx getChartFormat()
Returns the format of a chart.
Read-only FormatEx
.
public int getDisplayBlanksAs()
Returns or sets the way to plot blank cells on a chart.
Read/write DisplayBlanksAsTypeEx
.
public void setDisplayBlanksAs(int value)
public ChartDataEx getChartData()
Returns information about the linked or embedded data associated with a chart.
Read-only ChartDataEx
.
public boolean hasTitle()
Determines whether a chart has a visible title.
Read/write bool
.
public void hasTitle(boolean value)
public ChartTitleEx getChartTitle()
Returns or sets a chart title
public boolean hasDataTable()
Determines whether a chart has a data table.
Read/write bool
.
public void hasDataTable(boolean value)
public boolean hasLegend()
Determines whether a chart has a legend.
Read/write bool
.
public void hasLegend(boolean value)
public LegendEx getLegend()
Returns or sets a legend for a chart.
Read/write LegendEx
.
public void setLegend(LegendEx value)
public DataTableEx getChartDataTable()
Returns a data table of a chart.
Read-only DataTableEx
.
public int getStyle()
Returns or sets the chart style.
Read/write StyleTypeEx
.
public void setStyle(int value)
public int getType()
Returns or sets the chart type.
Read/write ChartTypeEx
.
public void setType(int value)
public ChartPlotAreaEx getPlotArea()
Represents the plot area of a chart.
Read-only ChartPlotAreaEx
.
public Rotation3DEx getRotation3D()
Returns a 3D rotation of a chart.
Read-only Rotation3DEx
.
public ChartWallsEx getBackWall()
Returns an object which allows to change format of the back wall of a 3D chart.
Read-only ChartWallsEx
.
public ChartWallsEx getSideWall()
Returns an object which allows to change format of the side wall of a 3D chart.
Read-only ChartWallsEx
.
public ChartWallsEx getFloor()
Returns an object which allows to change format of the floor of a 3D chart.
Read-only ChartWallsEx
.
public AxisEx getCategoryAxis()
Gets the chart's X axis
public void setCategoryAxis(AxisEx value)
public AxisEx getSecondCategoryAxis()
Gets the chart's second X axis.
public void setSecondCategoryAxis(AxisEx value)
public AxisEx getValueAxis()
Gets the chart's Y axis.
public void setValueAxis(AxisEx value)
public AxisEx getSecondValueAxis()
Gets the chart's second Y axis.
public void setSecondValueAxis(AxisEx value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |