LegendEntryProperties Class

Inheritance Hierarchy
SystemObject
  Aspose.Slides.ChartsLegendEntryProperties

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class LegendEntryProperties : ILegendEntryProperties, 
	IFormattedTextContainer, IChartComponent, ISlideComponent, IPresentationComponent

The LegendEntryProperties type exposes the following members.

Properties
  NameDescription
Public propertyChart
Returns the parent chart. Read-only IChart.
Public propertyHide
Determines whether the legend entry is hide. Read/write Boolean.
Public propertyTextFormat
Returns text format. Read-only IChartTextFormat.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also