com.aspose.slides
Class ChartEx

java.lang.Object
  extended by com.aspose.slides.ShapeEx
      extended by com.aspose.slides.GraphicalObjectEx
          extended by com.aspose.slides.ChartEx

public class ChartEx
extends GraphicalObjectEx

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

getPlotVisibleCellsOnly

public boolean getPlotVisibleCellsOnly()

Determines whether the only visible cells are plotted. False to plot both visible and hidden cells. Read/write bool.


setPlotVisibleCellsOnly

public void setPlotVisibleCellsOnly(boolean value)

getGapDepth

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.


setGapDepth

public void setGapDepth(int value)

getGapWidth

public int getGapWidth()

Returns or sets the space between bar or column clusters, as a percentage of the bar or column width.


setGapWidth

public void setGapWidth(int value)

getChartFormat

public FormatEx getChartFormat()

Returns the format of a chart. Read-only FormatEx.


getDisplayBlanksAs

public int getDisplayBlanksAs()

Returns or sets the way to plot blank cells on a chart. Read/write DisplayBlanksAsTypeEx.


setDisplayBlanksAs

public void setDisplayBlanksAs(int value)

getChartData

public ChartDataEx getChartData()

Returns information about the linked or embedded data associated with a chart. Read-only ChartDataEx.


hasTitle

public boolean hasTitle()

Determines whether a chart has a visible title. Read/write bool.


hasTitle

public void hasTitle(boolean value)

getChartTitle

public ChartTitleEx getChartTitle()

Returns or sets a chart title


hasDataTable

public boolean hasDataTable()

Determines whether a chart has a data table. Read/write bool.


hasDataTable

public void hasDataTable(boolean value)

hasLegend

public boolean hasLegend()

Determines whether a chart has a legend. Read/write bool.


hasLegend

public void hasLegend(boolean value)

getLegend

public LegendEx getLegend()

Returns or sets a legend for a chart. Read/write LegendEx.


setLegend

public void setLegend(LegendEx value)

getChartDataTable

public DataTableEx getChartDataTable()

Returns a data table of a chart. Read-only DataTableEx.


getStyle

public int getStyle()

Returns or sets the chart style. Read/write StyleTypeEx.


setStyle

public void setStyle(int value)

getType

public int getType()

Returns or sets the chart type. Read/write ChartTypeEx.


setType

public void setType(int value)

getPlotArea

public ChartPlotAreaEx getPlotArea()

Represents the plot area of a chart. Read-only ChartPlotAreaEx.


getRotation3D

public Rotation3DEx getRotation3D()

Returns a 3D rotation of a chart. Read-only Rotation3DEx.


getBackWall

public ChartWallsEx getBackWall()

Returns an object which allows to change format of the back wall of a 3D chart. Read-only ChartWallsEx.


getSideWall

public ChartWallsEx getSideWall()

Returns an object which allows to change format of the side wall of a 3D chart. Read-only ChartWallsEx.


getFloor

public ChartWallsEx getFloor()

Returns an object which allows to change format of the floor of a 3D chart. Read-only ChartWallsEx.


getCategoryAxis

public AxisEx getCategoryAxis()

Gets the chart's X axis


setCategoryAxis

public void setCategoryAxis(AxisEx value)

getSecondCategoryAxis

public AxisEx getSecondCategoryAxis()

Gets the chart's second X axis.


setSecondCategoryAxis

public void setSecondCategoryAxis(AxisEx value)

getValueAxis

public AxisEx getValueAxis()

Gets the chart's Y axis.


setValueAxis

public void setValueAxis(AxisEx value)

getSecondValueAxis

public AxisEx getSecondValueAxis()

Gets the chart's second Y axis.


setSecondValueAxis

public void setSecondValueAxis(AxisEx value)