LegendEntryProperties

LegendEntryProperties class

Represents legend properties of a chart.

getChart

NameDescription
getChart()Returns the parent chart. Read-only IChart.

Result: Chart


getHide

NameDescription
getHide()Determines whether the legend entry is hide. Read/write boolean.

Result: boolean


getPresentation

NameDescription
getPresentation()Returns the parent presentation of a FillFormat. Read-only IPresentation.

Result: Presentation


getSlide

NameDescription
getSlide()Returns the parent slide of a FillFormat. Read-only BaseSlide.

Result: Slide, MasterNotesSlide, BaseSlide, MasterSlide, LayoutSlide, MasterHandoutSlide, NotesSlide


getTextFormat

NameDescription
getTextFormat()Returns text format. Read-only IChartTextFormat.

Result: ChartTextFormat


setHide

NameDescription
setHide(boolean)Determines whether the legend entry is hide. Read/write boolean.