Class LegendEntry

Class LegendEntry

Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)

表示图表图例中的图例条目。

public class LegendEntry

继承

objectLegendEntry

继承成员

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

属性

AutoScaleFont

如果对象中的文本在对象大小改变时更改字体大小,则为真。 默认值为真。

public bool AutoScaleFont { get; set; }

属性值

bool

BackgroundMode

获取和设置背景的显示模式

public BackgroundMode BackgroundMode { get; set; }

属性值

BackgroundMode

Font

获取指定 ChartFrame 对象的 Aspose.Cells.Charts.LegendEntry.Font 对象。

public Font Font { get; }

属性值

Font

IsDeleted

获取和设置图例条目是否被删除。

public bool IsDeleted { get; set; }

属性值

bool

IsTextNoFill

获取或设置文本是否无填充。

public bool IsTextNoFill { get; set; }

属性值

bool

 中文