Chart
Chart class
Represents an graphic chart on a slide.
createThemeEffective
Name | Description |
---|---|
createThemeEffective () | Returns an effective theme for this chart. |
Returns: ThemeEffectiveData
getAxes
Name | Description |
---|---|
getAxes () | Provide access to chart axes. Read-only IAxesManager. |
Returns: AxesManager
getBackWall
Name | Description |
---|---|
getBackWall () | Returns an object which allows to change format of the back wall of a 3D chart. Read-only IChartWall. |
Returns: ChartWall
getChart
Name | Description |
---|---|
getChart () |
Returns: Chart
getChartData
Name | Description |
---|---|
getChartData () | Returns information about the linked or embedded data associated with a chart. Read-only IChartData. |
Returns: ChartData
getChartDataTable
Name | Description |
---|---|
getChartDataTable () | Returns a data table of a chart. Read-only IDataTable. |
Returns: DataTable
getChartTitle
Name | Description |
---|---|
getChartTitle () | Returns or sets a chart title. Read-only IChartTitle. |
Returns: ChartTitle
getDisplayBlanksAs
Name | Description |
---|---|
getDisplayBlanksAs () | Returns or sets the way to plot blank cells on a chart. Read/write DisplayBlanksAsType. |
Returns: int
getFloor
Name | Description |
---|---|
getFloor () | Returns an object which allows to change format of the floor of a 3D chart. Read-only IChartWall. |
Returns: ChartWall
getLegend
Name | Description |
---|---|
getLegend () | Returns or sets a legend for a chart. Read-only ILegend. |
Returns: Legend
getPlotArea
Name | Description |
---|---|
getPlotArea () | Represents the plot area of a chart. Read-only IChartPlotArea. |
Returns: ChartPlotArea
getPlotVisibleCellsOnly
Name | Description |
---|---|
getPlotVisibleCellsOnly () | Determines whether the only visible cells are plotted. False to plot both visible and hidden cells. Read/write boolean. |
Returns: boolean
getRotation3D
Name | Description |
---|---|
getRotation3D () | Returns a 3D rotation of a chart. Read-only IRotation3D. |
Returns: Rotation3D
getShowDataLabelsOverMaximum
Name | Description |
---|---|
getShowDataLabelsOverMaximum () | Specifies data labels over the maximum of the chart shall be shown. Read/write boolean. |
Returns: boolean
getSideWall
Name | Description |
---|---|
getSideWall () | Returns an object which allows to change format of the side wall of a 3D chart. Read-only IChartWall. |
Returns: ChartWall
getStyle
Name | Description |
---|---|
getStyle () | Returns or sets the chart style. Read/write StyleType. |
Returns: int
getTextFormat
Name | Description |
---|---|
getTextFormat () | Returns chart text format. The property is not applicable for the following types: ChartType#Treemap, ChartType#Sunburst, ChartType#Waterfall, ChartType#Histogram, ChartType#Funnel, ChartType#BoxAndWhisker. Read-only IChartTextFormat. |
Returns: ChartTextFormat
getThemeManager
Name | Description |
---|---|
getThemeManager () | Returns theme manager. Read-only IOverrideThemeManager. |
Returns: SlideThemeManager, LayoutSlideThemeManager, ChartThemeManager, BaseOverrideThemeManager, NotesSlideThemeManager
getType
Name | Description |
---|---|
getType () | Returns or sets the chart type. Read/write ChartType. |
Returns: int
getUserShapes
Name | Description |
---|---|
getUserShapes () | Specify the shapes drawn on top of the chart. Read-only IGroupShape. |
Returns: GroupShape
hasDataTable
Name | Description |
---|---|
hasDataTable () | Determines whether a chart has a data table. Read/write boolean. |
Returns: boolean
hasLegend
Name | Description |
---|---|
hasLegend () | Determines whether a chart has a legend. Read/write boolean. |
Returns: boolean
hasRoundedCorners
Name | Description |
---|---|
hasRoundedCorners () | Specifies the chart area shall have rounded corners. Read/write boolean. |
Returns: boolean
hasTitle
Name | Description |
---|---|
hasTitle () | Determines whether a chart has a visible title. Read/write boolean. |
Returns: boolean
setDataTable
Name | Description |
---|---|
setDataTable (boolean) | Determines whether a chart has a data table. Read/write boolean. |
Returns: void
setDisplayBlanksAs
Name | Description |
---|---|
setDisplayBlanksAs (int) | Returns or sets the way to plot blank cells on a chart. Read/write DisplayBlanksAsType. |
Returns: void
setLegend
Name | Description |
---|---|
setLegend (boolean) | Determines whether a chart has a legend. Read/write boolean. |
Returns: void
setPlotVisibleCellsOnly
Name | Description |
---|---|
setPlotVisibleCellsOnly (boolean) | Determines whether the only visible cells are plotted. False to plot both visible and hidden cells. Read/write boolean. |
Returns: void
setRoundedCorners
Name | Description |
---|---|
setRoundedCorners (boolean) | Specifies the chart area shall have rounded corners. Read/write boolean. |
Returns: void
setShowDataLabelsOverMaximum
Name | Description |
---|---|
setShowDataLabelsOverMaximum (boolean) | Specifies data labels over the maximum of the chart shall be shown. Read/write boolean. |
Returns: void
setStyle
Name | Description |
---|---|
setStyle (int) | Returns or sets the chart style. Read/write StyleType. |
Returns: void
setTitle
Name | Description |
---|---|
setTitle (boolean) | Determines whether a chart has a visible title. Read/write boolean. |
Returns: void
setType
Name | Description |
---|---|
setType (int) | Returns or sets the chart type. Read/write ChartType. |
Returns: void
validateChartLayout
Name | Description |
---|---|
validateChartLayout () | Calculates actual values of chart elements. The actual values include position of elements that implement IActualLayout interface (IActualLayout.ActualX, IActualLayout.ActualY, IActualLayout.ActualWidth, IActualLayout.ActualHeight) and actual axes values (IAxis.ActualMaxValue, IAxis.ActualMinValue, IAxis.ActualMajorUnit, IAxis.ActualMinorUnit, IAxis.ActualMajorUnitScale, IAxis.ActualMinorUnitScale) |
Returns: void