ILegendEntryProperties
All Implemented Interfaces: com.aspose.slides.IFormattedTextContainer
public interface ILegendEntryProperties extends IFormattedTextContainer
Represents legend properties of a chart.
Methods
Method | Description |
---|---|
getHide() | Returns or sets the hide flag of legend entry. |
setHide(boolean value) | Returns or sets the hide flag of legend entry. |
getHide()
public abstract boolean getHide()
Returns or sets the hide flag of legend entry. Read/write boolean.
Returns: boolean
setHide(boolean value)
public abstract void setHide(boolean value)
Returns or sets the hide flag of legend entry. Read/write boolean.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |