com.aspose.slides
Class LegendEx

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

public class LegendEx
extends java.lang.Object

Represents chart's legend properties.


Method Summary
 FormatEx getFormat()
           Returns the format of a legend.
 float getHeight()
           Returns or sets the height of a legend in points.
 boolean getOverlay()
           Determines whether other chart elements shall be allowed to overlap legend.
 int getPosition()
           Specifies the position of the legend on a chart.
 TextFrameEx getTextProperties()
           Represent text properties of Legend
 float getWidth()
           Returns or sets the width of a legend in points.
 float getX()
           Returns or sets the x coordinate of a legend in points.
 float getY()
           Returns or sets the y coordinate of a legend in points.
 void setHeight(float value)
           
 void setOverlay(boolean value)
           
 void setPosition(int value)
           
 void setTextProperties(TextFrameEx 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

getWidth

public float getWidth()

Returns or sets the width of a legend in points. Read/write float.


setWidth

public void setWidth(float value)

getHeight

public float getHeight()

Returns or sets the height of a legend in points. Read/write float.


setHeight

public void setHeight(float value)

getX

public float getX()

Returns or sets the x coordinate of a legend in points. Read/write float.


setX

public void setX(float value)

getY

public float getY()

Returns or sets the y coordinate of a legend in points. Read/write float.


setY

public void setY(float value)

getOverlay

public boolean getOverlay()

Determines whether other chart elements shall be allowed to overlap legend. Read/write bool.


setOverlay

public void setOverlay(boolean value)

getPosition

public int getPosition()

Specifies the position of the legend on a chart. Read/write LegendPositionTypeEx.


setPosition

public void setPosition(int value)

getFormat

public FormatEx getFormat()

Returns the format of a legend. Read-only FormatEx.


getTextProperties

public TextFrameEx getTextProperties()

Represent text properties of Legend


setTextProperties

public void setTextProperties(TextFrameEx value)