Class LegendEntry
Class LegendEntry
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
차트 범례의 범례 항목을 나타냅니다.
public class LegendEntry
상속
상속된 멤버
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
속성
AutoScaleFont
객체의 크기가 변경될 때 텍스트의 글꼴 크기가 변경되면 True입니다. 기본값은 True입니다.
public bool AutoScaleFont { get; set; }
속성 값
BackgroundMode
배경의 표시 모드를 가져오고 설정합니다.
public BackgroundMode BackgroundMode { get; set; }
속성 값
Font
지정된 ChartFrame 객체의 Aspose.Cells.Charts.LegendEntry.Font 객체를 가져옵니다.
public Font Font { get; }
속성 값
IsDeleted
범례 항목이 삭제되었는지 여부를 가져오고 설정합니다.
public bool IsDeleted { get; set; }
속성 값
IsTextNoFill
텍스트의 채우기 없음 여부를 가져오거나 설정합니다.
public bool IsTextNoFill { get; set; }