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
| Name | Type | Access | Description |
|---|---|---|---|
hide | bool | Read/Write | Determines whether the legend entry is hidden. |
text_format | 'IChartTextFormat' | Read | Returns text format for this legend entry. |
as_i_chart_component | IChartComponent | Read | Returns IChartComponent interface. |
chart | IChart | Read | Gets the chart. |
as_i_slide_component | ISlideComponent | Read | Gets the as i slide component. |
slide | IBaseSlide | Read | Gets the slide. |
as_i_presentation_component | IPresentationComponent | Read | Gets the as i presentation component. |
presentation | IPresentation | Read | Gets the presentation. |