com.aspose.slides
Interface ILegend

All Superinterfaces:
IChartComponent, IFormattedTextContainer, ILayoutable
All Known Implementing Classes:
Legend

public interface ILegend
extends ILayoutable, IFormattedTextContainer

Represents chart's legend properties.


Method Summary
 ILegendEntryCollection getEntries()
           
 IFormat getFormat()
           
 boolean getOverlay()
           
 int getPosition()
           
 void setOverlay(boolean value)
           
 void setPosition(int value)
           
 
Methods inherited from interface com.aspose.slides.ILayoutable
getBottom, getHeight, getRight, getWidth, getX, getY, setHeight, setWidth, setX, setY
 
Methods inherited from interface com.aspose.slides.IChartComponent
getChart
 
Methods inherited from interface com.aspose.slides.IFormattedTextContainer
getTextFormat
 

Method Detail

getOverlay

boolean getOverlay()

setOverlay

void setOverlay(boolean value)

getPosition

int getPosition()

setPosition

void setPosition(int value)

getFormat

IFormat getFormat()

getEntries

ILegendEntryCollection getEntries()