com.aspose.slides
Class ChartPlotAreaEx

java.lang.Object
  extended by com.aspose.slides.ChartPlotAreaEx

public class ChartPlotAreaEx
extends java.lang.Object

Represents rectangle where chart should be plotted.


Method Summary
 FormatEx getFormat()
           Returns the format of a plot area.
 float getHeight()
           Returns or sets the Height of plot area bounding box in range from 0 to 1 of chart area.
 float getWidth()
           Returns or sets the Width of plot area bounding box in range from 0 to 1 of chart area.
 float getX()
           Returns or sets the X coordinate of the upper left corner of plot area bounding box in range from 0 to 1 of chart area.
 float getY()
           Returns or sets the Y coordinate of the upper left corner of plot area bounding box in range from 0 to 1 of chart area.
 boolean isLocationAutocalculated()
           Defines how location should be calculated: true ?
 void isLocationAutocalculated(boolean value)
           
 void setHeight(float value)
           
 void setWidth(float value)
           
 void setX(float value)
           
 void setY(float value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFormat

public FormatEx getFormat()

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


getX

public float getX()

Returns or sets the X coordinate of the upper left corner of plot area bounding box in range from 0 to 1 of chart area. Read/write float.


setX

public void setX(float value)

getY

public float getY()

Returns or sets the Y coordinate of the upper left corner of plot area bounding box in range from 0 to 1 of chart area. Read/write float.


setY

public void setY(float value)

getWidth

public float getWidth()

Returns or sets the Width of plot area bounding box in range from 0 to 1 of chart area. Read/write float.


setWidth

public void setWidth(float value)

getHeight

public float getHeight()

Returns or sets the Height of plot area bounding box in range from 0 to 1 of chart area. Read/write float.


setHeight

public void setHeight(float value)

isLocationAutocalculated

public boolean isLocationAutocalculated()

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


isLocationAutocalculated

public void isLocationAutocalculated(boolean value)