Aspose::Cells::Charts::ILegendEntry Class Referenceabstract

Represents a legend entry in a chart legend. More...

Inherits Object.

Public Member Functions

virtual bool IsDeleted ()=0
 Gets whether the legend entry is deleted. More...
 
virtual void SetDeleted (bool value)=0
 Sets whether the legend entry is deleted. More...
 
virtual intrusive_ptr< Aspose::Cells::IFontGetIFont ()=0
 Gets a IFont object of the specified ChartFrame object. More...
 
virtual intrusive_ptr< Aspose::Cells::IFontGetTextIFont ()=0
 Gets a IFont object of the specified LegendEntry object. More...
 
virtual bool IsTextNoFill ()=0
 Gets no fill of the text. More...
 
virtual void SetTextNoFill (bool value)=0
 Sets no fill of the text. More...
 
virtual bool GetAutoScaleFont ()=0
 True if the text in the object changes font size when the object size changes. The default value is True. More...
 
virtual void SetAutoScaleFont (bool value)=0
 True if the text in the object changes font size when the object size changes. The default value is True. More...
 
virtual Aspose::Cells::Charts::BackgroundMode GetBackground ()=0
 Gets the display mode of the background More...
 
virtual void SetBackground (Aspose::Cells::Charts::BackgroundMode value)=0
 Sets the display mode of the background More...
 
virtual Aspose::Cells::Charts::BackgroundMode GetBackgroundMode ()=0
 Gets the display mode of the background More...
 
virtual void SetBackgroundMode (Aspose::Cells::Charts::BackgroundMode value)=0
 Sets the display mode of the background More...
 

Detailed Description

Represents a legend entry in a chart legend.

Member Function Documentation

◆ GetAutoScaleFont()

virtual bool Aspose::Cells::Charts::ILegendEntry::GetAutoScaleFont ( )
pure virtual

True if the text in the object changes font size when the object size changes. The default value is True.

◆ GetBackground()

virtual Aspose::Cells::Charts::BackgroundMode Aspose::Cells::Charts::ILegendEntry::GetBackground ( )
pure virtual

Gets the display mode of the background

◆ GetBackgroundMode()

virtual Aspose::Cells::Charts::BackgroundMode Aspose::Cells::Charts::ILegendEntry::GetBackgroundMode ( )
pure virtual

Gets the display mode of the background

◆ GetIFont()

virtual intrusive_ptr<Aspose::Cells::IFont> Aspose::Cells::Charts::ILegendEntry::GetIFont ( )
pure virtual

Gets a IFont object of the specified ChartFrame object.

◆ GetTextIFont()

virtual intrusive_ptr<Aspose::Cells::IFont> Aspose::Cells::Charts::ILegendEntry::GetTextIFont ( )
pure virtual

Gets a IFont object of the specified LegendEntry object.

NOTE: This member is now obsolete. Instead, please use LegendEntry.Font property. This property will be removed 12 months later since JANUARY 2012. Aspose apologizes for any inconvenience you may have experienced.

◆ IsDeleted()

virtual bool Aspose::Cells::Charts::ILegendEntry::IsDeleted ( )
pure virtual

Gets whether the legend entry is deleted.

◆ IsTextNoFill()

virtual bool Aspose::Cells::Charts::ILegendEntry::IsTextNoFill ( )
pure virtual

Gets no fill of the text.

◆ SetAutoScaleFont()

virtual void Aspose::Cells::Charts::ILegendEntry::SetAutoScaleFont ( bool  value)
pure virtual

True if the text in the object changes font size when the object size changes. The default value is True.

◆ SetBackground()

virtual void Aspose::Cells::Charts::ILegendEntry::SetBackground ( Aspose::Cells::Charts::BackgroundMode  value)
pure virtual

Sets the display mode of the background

◆ SetBackgroundMode()

virtual void Aspose::Cells::Charts::ILegendEntry::SetBackgroundMode ( Aspose::Cells::Charts::BackgroundMode  value)
pure virtual

Sets the display mode of the background

◆ SetDeleted()

virtual void Aspose::Cells::Charts::ILegendEntry::SetDeleted ( bool  value)
pure virtual

Sets whether the legend entry is deleted.

◆ SetTextNoFill()

virtual void Aspose::Cells::Charts::ILegendEntry::SetTextNoFill ( bool  value)
pure virtual

Sets no fill of the text.