com.aspose.slides
Class ChartPlotArea

java.lang.Object
  extended by com.aspose.slides.ChartPlotArea
All Implemented Interfaces:
IChartComponent, IChartPlotArea, ILayoutable, IPresentationComponent, ISlideComponent

public class ChartPlotArea
extends java.lang.Object
implements IChartPlotArea

Represents rectangle where chart should be plotted.


Method Summary
 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).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFormat

public IFormat getFormat()

Returns the format of a plot area. Read-only IFormat.

Specified by:
getFormat in interface IChartPlotArea

getX

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.

Specified by:
getX in interface ILayoutable

setX

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.

Specified by:
setX in interface ILayoutable

getY

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.

Specified by:
getY in interface ILayoutable

setY

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.

Specified by:
setY in interface ILayoutable

getWidth

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.

Specified by:
getWidth in interface ILayoutable

setWidth

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.

Specified by:
setWidth in interface ILayoutable

getHeight

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.

Specified by:
getHeight in interface ILayoutable

setHeight

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.

Specified by:
setHeight in interface ILayoutable

getRight

public float getRight()

Right. Read-only float.

Specified by:
getRight in interface ILayoutable

getBottom

public float getBottom()

Bottom. Read-only float.

Specified by:
getBottom in interface ILayoutable

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.


getChart

public IChart getChart()

Chart. Read-only IChart.

Specified by:
getChart in interface IChartComponent

isLocationAutocalculated

public boolean isLocationAutocalculated()

Defines how location should be calculated: true - calculated automatically; defined by the X, Y, Width, Height properties. Read-only boolean.


getSlide

public IBaseSlide getSlide()

Returns the parent slide of a FillFormat. Read-only BaseSlide.

Specified by:
getSlide in interface ISlideComponent

getPresentation

public IPresentation getPresentation()

Returns the parent presentation of a FillFormat. Read-only IPresentation.

Specified by:
getPresentation in interface IPresentationComponent


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