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::IFont > | GetIFont ()=0 |
Gets a IFont object of the specified ChartFrame object. More... | |
virtual intrusive_ptr< Aspose::Cells::IFont > | GetTextIFont ()=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... | |
Represents a legend entry in a chart legend.
|
pure virtual |
True if the text in the object changes font size when the object size changes. The default value is True.
|
pure virtual |
Gets the display mode of the background
|
pure virtual |
Gets the display mode of the background
|
pure virtual |
Gets a IFont object of the specified ChartFrame object.
|
pure virtual |
|
pure virtual |
Gets whether the legend entry is deleted.
|
pure virtual |
Gets no fill of the text.
|
pure virtual |
True if the text in the object changes font size when the object size changes. The default value is True.
|
pure virtual |
Sets the display mode of the background
|
pure virtual |
Sets the display mode of the background
|
pure virtual |
Sets whether the legend entry is deleted.
|
pure virtual |
Sets no fill of the text.