asposecells.api
Class LegendEntry

Represents a legend entry in a chart legend.

Property Getters/Setters Summary
methodgetAutoScaleFont()
methodsetAutoScaleFont(value)
           True if the text in the object changes font size when the object size changes. The default value is True.
methodgetBackground()
methodsetBackground(value)
           Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant.
methodgetBackgroundMode()
methodsetBackgroundMode(value)
           Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant.
methodgetFont()
           Gets a Font object of the specified ChartFrame object.
methodisDeleted()
methodsetDeleted(value)
           Gets and sets whether the legend entry is deleted.
methodisTextNoFill()
methodsetTextNoFill(value)
           Gets or sets no fill of the text.
methodgetTextFont()
           Gets a Font object of the specified LegendEntry object.
 

Property Getters/Setters Detail

isDeleted/setDeleted : boolean 

boolean isDeleted() / setDeleted(value)
Gets and sets whether the legend entry is deleted.

getFont : Font 

Font getFont()
Gets a Font object of the specified ChartFrame object.

getTextFont : Font 

Font 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 

boolean isTextNoFill() / setTextNoFill(value)
Gets or sets no fill of the text.

getAutoScaleFont/setAutoScaleFont : boolean 

boolean getAutoScaleFont() / setAutoScaleFont(value)
True if the text in the object changes font size when the object size changes. The default value is True.

getBackground/setBackground : int 

int getBackground() / 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 : int 

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

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.