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
صحيح إذا كان النص في الكائن يغير حجم الخط عند تغيير حجم الكائن. القيمة الافتراضية هي صحيح.
public bool AutoScaleFont { get; set; }
قيمة الخاصية
BackgroundMode
يحصل على وضع عرض الخلفية ويضبطه
public BackgroundMode BackgroundMode { get; set; }
قيمة الخاصية
Font
يحصل على كائن Aspose.Cells.Charts.LegendEntry.Font من كائن ChartFrame المحدد.
public Font Font { get; }
قيمة الخاصية
IsDeleted
يحصل على ويضبط ما إذا كان إدخال الأسطورة محذوفًا.
public bool IsDeleted { get; set; }
قيمة الخاصية
IsTextNoFill
يحصل على أو يضبط عدم ملء النص.
public bool IsTextNoFill { get; set; }