public class LegendEntryProperties extends java.lang.Object implements ILegendEntryProperties
Represents legend properties of a chart.
| Modifier and Type | Method and Description |
|---|---|
IChart |
getChart()
Returns the parent chart.
|
boolean |
getHide()
Determines whether the legend entry is hide.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
IPresentation |
getPresentation()
Returns the parent presentation of a FillFormat.
|
IBaseSlide |
getSlide()
Returns the parent slide of a FillFormat.
|
IChartTextFormat |
getTextFormat()
Returns text format.
|
void |
setHide(boolean value)
Determines whether the legend entry is hide.
|
public final IChartTextFormat getTextFormat()
Returns text format.
Read-only IChartTextFormat.
getTextFormat in interface IFormattedTextContainerpublic final boolean getHide()
Determines whether the legend entry is hide.
Read/write boolean.
getHide in interface ILegendEntryPropertiespublic final void setHide(boolean value)
Determines whether the legend entry is hide.
Read/write boolean.
setHide in interface ILegendEntryPropertiespublic final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject.
public final IChart getChart()
Returns the parent chart.
Read-only IChart.
getChart in interface IChartComponentpublic final IBaseSlide getSlide()
Returns the parent slide of a FillFormat.
Read-only BaseSlide.
getSlide in interface ISlideComponentpublic final IPresentation getPresentation()
Returns the parent presentation of a FillFormat.
Read-only IPresentation.
getPresentation in interface IPresentationComponentCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.