public class ChartPlotArea extends java.lang.Object implements IChartPlotArea
Represents rectangle where chart should be plotted.
Modifier and Type | Method and Description |
---|---|
float |
getActualHeight()
Specifies actual height of the chart element.
|
float |
getActualWidth()
Specifies actual width of the chart element.
|
float |
getActualX()
Specifies actual x location (left) of the chart element relative to the left top corner of the chart.
|
float |
getActualY()
Specifies actual top of the chart element relative to the left top corner of the chart.
|
float |
getBottom()
Bottom.
|
IChart |
getChart()
Chart.
|
IFormat |
getFormat()
Returns the format of a plot area.
|
float |
getHeight()
Returns or sets the height of a plot area bounding box as a fraction of the height of the chart (from 0 to 1).
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
IPresentation |
getPresentation()
Returns the parent presentation of a FillFormat.
|
float |
getRight()
Right.
|
IBaseSlide |
getSlide()
Returns the parent slide of a FillFormat.
|
float |
getWidth()
Returns or sets the width of a plot area bounding box as a fraction of the width of the chart (from 0 to 1).
|
float |
getX()
Returns or sets the x coordinate of the upper left corner of plot area bounding box as a fraction of the width of the chart (from 0 to 1).
|
float |
getY()
Returns or sets the y coordinate of the upper left corner of plot area bounding box as a fraction of the height of the chart (from 0 to 1).
|
boolean |
isLocationAutocalculated()
Defines how location should be calculated: true - calculated automatically; defined by the X, Y, Width, Height properties.
|
void |
setHeight(float value)
Returns or sets the height of a plot area bounding box as a fraction of the height of the chart (from 0 to 1).
|
void |
setWidth(float value)
Returns or sets the width of a plot area bounding box as a fraction of the width of the chart (from 0 to 1).
|
void |
setX(float value)
Returns or sets the x coordinate of the upper left corner of plot area bounding box as a fraction of the width of the chart (from 0 to 1).
|
void |
setY(float value)
Returns or sets the y coordinate of the upper left corner of plot area bounding box as a fraction of the height of the chart (from 0 to 1).
|
public IFormat getFormat()
Returns the format of a plot area.
Read-only IFormat
.
getFormat
in interface IChartPlotArea
public float getX()
Returns or sets the x coordinate of the upper left corner of plot area bounding box as a fraction of the width of the chart (from 0 to 1).
Read/write float
.
getX
in interface ILayoutable
public void setX(float value)
Returns or sets the x coordinate of the upper left corner of plot area bounding box as a fraction of the width of the chart (from 0 to 1).
Read/write float
.
setX
in interface ILayoutable
public float getY()
Returns or sets the y coordinate of the upper left corner of plot area bounding box as a fraction of the height of the chart (from 0 to 1).
Read/write float
.
getY
in interface ILayoutable
public void setY(float value)
Returns or sets the y coordinate of the upper left corner of plot area bounding box as a fraction of the height of the chart (from 0 to 1).
Read/write float
.
setY
in interface ILayoutable
public float getWidth()
Returns or sets the width of a plot area bounding box as a fraction of the width of the chart (from 0 to 1).
Read/write float
.
getWidth
in interface ILayoutable
public void setWidth(float value)
Returns or sets the width of a plot area bounding box as a fraction of the width of the chart (from 0 to 1).
Read/write float
.
setWidth
in interface ILayoutable
public float getHeight()
Returns or sets the height of a plot area bounding box as a fraction of the height of the chart (from 0 to 1).
Read/write float
.
getHeight
in interface ILayoutable
public void setHeight(float value)
Returns or sets the height of a plot area bounding box as a fraction of the height of the chart (from 0 to 1).
Read/write float
.
setHeight
in interface ILayoutable
public float getRight()
Right.
Read-only float
.
getRight
in interface ILayoutable
public float getBottom()
Bottom.
Read-only float
.
getBottom
in interface ILayoutable
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public IChart getChart()
Chart.
Read-only IChart
.
getChart
in interface IChartComponent
public boolean isLocationAutocalculated()
Defines how location should be calculated: true - calculated automatically; defined by the X, Y, Width, Height properties.
Read-only boolean
.
public final float getActualX()
Specifies actual x location (left) of the chart element relative to the left top corner of the chart.
Call method IChart.ValidateChartLayout() before to get actual values.
Read float
.
getActualX
in interface IActualLayout
public final float getActualY()
Specifies actual top of the chart element relative to the left top corner of the chart.
Call method IChart.ValidateChartLayout() before to get actual values.
Read float
.
getActualY
in interface IActualLayout
public final float getActualWidth()
Specifies actual width of the chart element. Call method IChart.ValidateChartLayout() before to get actual values.
Read float
.
getActualWidth
in interface IActualLayout
public final float getActualHeight()
Specifies actual height of the chart element. Call method IChart.ValidateChartLayout() before to get actual values.
Read float
.
getActualHeight
in interface IActualLayout
public IBaseSlide getSlide()
Returns the parent slide of a FillFormat.
Read-only BaseSlide
.
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
Returns the parent presentation of a FillFormat.
Read-only IPresentation
.
getPresentation
in interface IPresentationComponent
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.