LegendEntryProperties

LegendEntryProperties class

Represents legend properties of a chart.

getChart

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

Returns: Chart


getHide

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

Returns: boolean


getPresentation

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

Returns: Presentation


getSlide

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

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


getTextFormat

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

Returns: ChartTextFormat


setHide

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

Returns: void