LegendEntryProperties
LegendEntryProperties class
Represents legend properties of a chart.
getChart
Name | Description |
---|---|
getChart () | Returns the parent chart. Read-only IChart. |
Returns: Chart
getHide
Name | Description |
---|---|
getHide () | Determines whether the legend entry is hide. Read/write boolean. |
Returns: boolean
getPresentation
Name | Description |
---|---|
getPresentation () | Returns the parent presentation of a FillFormat. Read-only IPresentation. |
Returns: Presentation
getSlide
Name | Description |
---|---|
getSlide () | Returns the parent slide of a FillFormat. Read-only BaseSlide. |
Returns: MasterHandoutSlide, BaseSlide, LayoutSlide, Slide, MasterSlide, NotesSlide, MasterNotesSlide
getTextFormat
Name | Description |
---|---|
getTextFormat () | Returns text format. Read-only IChartTextFormat. |
Returns: ChartTextFormat
setHide
Name | Description |
---|---|
setHide (boolean) | Determines whether the legend entry is hide. Read/write boolean. |
Returns: void