com.aspose.slides
Interface IChart

All Superinterfaces:
IChartComponent, IFormattedTextContainer, IGraphicalObject, IHyperlinkContainer, IOverrideThemeable, IPresentationComponent, IShape, ISlideComponent, IThemeable
All Known Implementing Classes:
Chart

public interface IChart
extends IGraphicalObject, IFormattedTextContainer, IOverrideThemeable


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.IShape
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getLineFormat, getName, getParentGroup, getPlaceholder, getRawFrame, getRotation, getShapeLock, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setBlackWhiteMode, setFrame, setHeight, setHidden, setName, setRawFrame, setRotation, setWidth, setX, setY
 
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

getPlotVisibleCellsOnly

boolean getPlotVisibleCellsOnly()

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


setPlotVisibleCellsOnly

void setPlotVisibleCellsOnly(boolean value)

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


getDisplayBlanksAs

int getDisplayBlanksAs()

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


setDisplayBlanksAs

void setDisplayBlanksAs(int value)

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


getChartData

IChartData getChartData()

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


hasTitle

boolean hasTitle()

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


setTitle

void setTitle(boolean value)

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


getChartTitle

IChartTitle getChartTitle()

Returns or sets a chart title Read-only IChartTitle.


hasDataTable

boolean hasDataTable()

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


setDataTable

void setDataTable(boolean value)

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


hasLegend

boolean hasLegend()

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


setLegend

void setLegend(boolean value)

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


getLegend

ILegend getLegend()

Returns or sets a legend for a chart. Read-only ILegend.


getChartDataTable

IDataTable getChartDataTable()

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


getStyle

int getStyle()

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


setStyle

void setStyle(int value)

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


getType

int getType()

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


setType

void setType(int value)

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


getPlotArea

IChartPlotArea getPlotArea()

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


getRotation3D

IRotation3D getRotation3D()

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


getBackWall

IChartWall getBackWall()

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


getSideWall

IChartWall getSideWall()

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


getFloor

IChartWall getFloor()

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


getUserShapes

IGroupShape getUserShapes()

Specify the shapes drawn on top of the chart. Read-only IGroupShape.


getAxes

IAxesManager getAxes()

Provide access to chart axes. Read-only IAxesManager.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.