aspose.cells
Class LegendEntry

Represents a legend entry in a chart legend.

Property Getters/Setters Summary
functiongetAutoScaleFont()
functionsetAutoScaleFont(value)
           True if the text in the object changes font size when the object size changes. The default value is True.
functiongetBackground()
functionsetBackground(value)
           Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant.
functiongetBackgroundMode()
functionsetBackgroundMode(value)
           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()
functionsetDeleted(value)
           Gets and sets whether the legend entry is deleted.
functionisTextNoFill()
functionsetTextNoFill(value)
           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.

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