aspose.cells

Class LegendEntry

Represents a legend entry in a chart legend.

Property Getters/Setters Summary
functiongetAutoScaleFont()
function
           True if the text in the object changes font size when the object size changes. The default value is True.
functiongetBackground()
function
           Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant.
functiongetBackgroundMode()
function
           Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant.
functiongetFont()
Gets a Font object of the specified ChartFrame object.
functionisDeleted()
function
setDeleted(value)
           Gets and sets whether the legend entry is deleted.
functionisTextNoFill()
function
           Gets or sets no fill of the text.
functiongetTextFont()
Gets a Font object of the specified LegendEntry object.
 

    • Property Getters/Setters Detail

      • isDeleted/setDeleted : boolean 

        function isDeleted() / function setDeleted(value)
        
        Gets and sets whether the legend entry is deleted.
      • getFont : Font 

        function getFont()
        
        Gets a Font object of the specified ChartFrame object.
      • getTextFont : Font 

        function getTextFont()
        
        Gets a Font 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.
      • isTextNoFill/setTextNoFill : boolean 

        function isTextNoFill() / function setTextNoFill(value)
        
        Gets or sets no fill of the text.
      • getAutoScaleFont/setAutoScaleFont : boolean 

        function getAutoScaleFont() / function setAutoScaleFont(value)
        
        True if the text in the object changes font size when the object size changes. The default value is True.
      • getBackground/setBackground : Number 

        function getBackground() / function setBackground(value)
        
        Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant.NOTE: This member is now obsolete. Instead, please use LegendEntry.BackgroundMode property. This property will be removed 12 months later since JANUARY 2012. Aspose apologizes for any inconvenience you may have experienced.
      • getBackgroundMode/setBackgroundMode : Number 

        function getBackgroundMode() / function setBackgroundMode(value)
        
        Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant.