LegendEntryProperties

LegendEntryProperties

Overview

LegendEntryProperties is a class in Aspose.Slides FOSS for Python. Inherits from: ILegendEntryProperties.

Represents legend properties of a chart entry.

Properties: as_i_chart_component, as_i_presentation_component, as_i_slide_component, chart, hide, presentation, and 2 more.

Properties

NameTypeAccessDescription
hideboolRead/WriteDetermines whether the legend entry is hidden.
text_format'IChartTextFormat'ReadReturns text format for this legend entry.
as_i_chart_componentIChartComponentReadReturns IChartComponent interface.
chartIChartReadGets the chart.
as_i_slide_componentISlideComponentReadGets the as i slide component.
slideIBaseSlideReadGets the slide.
as_i_presentation_componentIPresentationComponentReadGets the as i presentation component.
presentationIPresentationReadGets the presentation.

See Also