|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILegend
Represents chart's legend properties.
Method Summary | |
---|---|
ILegendEntryCollection |
getEntries()
Gets legend entries. |
IFormat |
getFormat()
Returns the format of a legend. |
boolean |
getOverlay()
Determines whether other chart elements shall be allowed to overlap legend. |
int |
getPosition()
Specifies the position of the legend on a chart. |
void |
setOverlay(boolean value)
Determines whether other chart elements shall be allowed to overlap legend. |
void |
setPosition(int value)
Specifies the position of the legend on a chart. |
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.IFormattedTextContainer |
---|
getTextFormat |
Methods inherited from interface com.aspose.slides.IChartComponent |
---|
getChart |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Method Detail |
---|
boolean getOverlay()
Determines whether other chart elements shall be allowed to overlap legend.
Read/write boolean
.
void setOverlay(boolean value)
Determines whether other chart elements shall be allowed to overlap legend.
Read/write boolean
.
int getPosition()
Specifies the position of the legend on a chart.
Non-NaN values of X, Y, Width, Heigt properties override effect of this property.
Read/write LegendPositionType
.
void setPosition(int value)
Specifies the position of the legend on a chart.
Non-NaN values of X, Y, Width, Heigt properties override effect of this property.
Read/write LegendPositionType
.
IFormat getFormat()
Returns the format of a legend.
Read-only IFormat
.
ILegendEntryCollection getEntries()
Gets legend entries.
Read-only ILegendEntryCollection
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |