LegendEntryProperties

LegendEntryProperties class

Represents legend properties of a chart.

The LegendEntryProperties type exposes the following members:

Properties

NameDescription
text_formatReturns text format.
Read-only IChartTextFormat.
hideDetermines whether the legend entry is hide.
Read/write bool.
chartReturns the parent chart.
Read-only IChart.
as_i_formatted_text_containerAllows to get base IFormattedTextContainer interface.
Read-only IFormattedTextContainer.
as_i_chart_componentReturns IChartComponent interface.
Read-only IChartComponent.
as_i_slide_componentAllows to get base ISlideComponent interface.
Read-only ISlideComponent.
slideReturns the base slide.
Read-only IBaseSlide.
as_i_presentation_componentAllows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
presentationReturns the presentation.
Read-only IPresentation.

See Also