public class LegendEntry
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutoScaleFont()
True if the text in the object changes font size when the object size changes.
|
int |
getBackground()
Deprecated.
Use LegendEntry.BackgroundMode property instead.
|
int |
getBackgroundMode()
Gets the display mode of the background
|
Font |
getFont()
Gets a
ChartArea.getFont() object of the specified ChartFrame object. |
Font |
getTextFont()
Deprecated.
Use LegendEntry.Font property instead.
|
boolean |
isDeleted()
Gets whether the legend entry is deleted.
|
boolean |
isTextNoFill()
Gets no fill of the text.
|
void |
setAutoScaleFont(boolean value)
True if the text in the object changes font size when the object size changes.
|
void |
setBackground(int value)
Deprecated.
Use LegendEntry.BackgroundMode property instead.
|
void |
setBackgroundMode(int value)
Sets the display mode of the background
|
void |
setDeleted(boolean value)
Sets whether the legend entry is deleted.
|
void |
setTextNoFill(boolean value)
Sets no fill of the text.
|
public boolean isDeleted()
public void setDeleted(boolean value)
public Font getFont()
ChartArea.getFont() object of the specified ChartFrame object.public Font getTextFont()
ChartArea.getFont() object of the specified LegendEntry object.
Remarks
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.public boolean isTextNoFill()
public void setTextNoFill(boolean value)
public boolean getAutoScaleFont()
public void setAutoScaleFont(boolean value)
public int getBackground()
See BackgroundMode.
Remarks
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.public void setBackground(int value)
See BackgroundMode.
Remarks
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.public int getBackgroundMode()
See BackgroundMode.
public void setBackgroundMode(int value)
See BackgroundMode.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.