ILegend Interface

Represents chart's legend properties.

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface ILegend : ILayoutable, 
	IChartComponent, ISlideComponent, IPresentationComponent, IFormattedTextContainer

The ILegend type exposes the following members.

Properties
  NameDescription
Public propertyAsIChartComponent
Allows to get base IChartComponent interface. Read-only IChartComponent.
(Inherited from ILayoutable.)
Public propertyAsIFormattedTextContainer
Allows to get base IFormattedTextContainer interface. Read-only IFormattedTextContainer.
Public propertyAsILayoutable
Allows to get base ILayoutable interface. Read-only ILayoutable.
Public propertyAsIPresentationComponent
Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
(Inherited from ISlideComponent.)
Public propertyAsISlideComponent
Allows to get base ISlideComponent interface. Read-only ISlideComponent.
(Inherited from IChartComponent.)
Public propertyBottom
Gets the top of the chart element as a fraction of the height of the chart. Read-only Single.
(Inherited from ILayoutable.)
Public propertyChart
Returns the chart. Read-only IChart.
(Inherited from IChartComponent.)
Public propertyEntries
Gets legend entries. Read-only ILegendEntryCollection.
Public propertyFormat
Returns the format of a legend. Read-only IFormat.
Public propertyHeight
Specifies the height of the chart element as a fraction of the height of the chart. Read/write Single.
(Inherited from ILayoutable.)
Public propertyOverlay
Determines whether other chart elements shall be allowed to overlap legend. Read/write Boolean.
Public propertyPosition
Specifies the position of the legend on a chart. Non-NaN values of X, Y, Width, Heigt properties override effect of this property. Read/write LegendPositionType.
Public propertyPresentation
Returns the presentation. Read-only IPresentation.
(Inherited from IPresentationComponent.)
Public propertyRight
Gets the right of the chart element as a fraction of the width of the chart. Read-only Single.
(Inherited from ILayoutable.)
Public propertySlide
Returns the base slide. Read-only IBaseSlide.
(Inherited from ISlideComponent.)
Public propertyTextFormat
Returns chart text format. Read-only IChartTextFormat.
(Inherited from IFormattedTextContainer.)
Public propertyWidth
Specifies the width of the chart element as a fraction of the width of the chart. Read/write Single.
(Inherited from ILayoutable.)
Public propertyX
Specifies the x location (left) of the chart element as a fraction of the width of the chart. Read/write Single.
(Inherited from ILayoutable.)
Public propertyY
Specifies the top of the chart element as a fraction of the height of the chart. Read/write Single.
(Inherited from ILayoutable.)
See Also