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