Class LegendEntry
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
Represents a legend entry in a chart legend.
public class LegendEntry
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
AutoScaleFont
True if the text in the object changes font size when the object size changes. The default value is True.
public bool AutoScaleFont { get; set; }
Property Value
BackgroundMode
Gets and sets the display mode of the background
public BackgroundMode BackgroundMode { get; set; }
Property Value
Font
Gets a Aspose.Cells.Charts.LegendEntry.Font object of the specified ChartFrame object.
public Font Font { get; }
Property Value
IsDeleted
Gets and sets whether the legend entry is deleted.
public bool IsDeleted { get; set; }
Property Value
IsTextNoFill
Gets or sets no fill of the text.
public bool IsTextNoFill { get; set; }