Class SeriesLayoutProperties
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
يمثل خصائص تخطيط السلاسل.
public class SeriesLayoutProperties
الوراثة
object ← SeriesLayoutProperties
الأعضاء الموروثة
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
المنشئات
SeriesLayoutProperties()
public SeriesLayoutProperties()
الخصائص
IsIntervalLeftClosed
تشير إلى ما إذا كانت الفجوة مغلقة من الجانب الأيسر.
public bool IsIntervalLeftClosed { get; set; }
قيمة الخاصية
MapChartProjectionType
يحصل على نوع الإسقاط للخريطة ويقوم بتعيينه.
public MapChartProjectionType MapChartProjectionType { get; set; }
قيمة الخاصية
MapChartRegionType
يحصل على نوع المنطقة للخريطة ويقوم بتعيينه.
public MapChartRegionType MapChartRegionType { get; set; }
قيمة الخاصية
MapLabelLayout
يحصل على تخطيط تسميات الخريطة ويقوم بتعيينه.
public MapChartLabelLayout MapLabelLayout { get; set; }
قيمة الخاصية
QuartileCalculation
يمثل الخصائص الإحصائية للسلسلة.
public QuartileCalculationType QuartileCalculation { get; set; }
قيمة الخاصية
ShowConnectorLines
تشير إلى ما إذا كان سيتم عرض خطوط الربط بين نقاط البيانات.
public bool ShowConnectorLines { get; set; }
قيمة الخاصية
ShowInnerPoints
تشير إلى ما إذا كان سيتم عرض نقاط البيانات غير الشاذة.
public bool ShowInnerPoints { get; set; }
قيمة الخاصية
ShowMeanLine
تشير إلى ما إذا كان سيتم عرض الخط الذي يربط جميع نقاط المتوسط.
public bool ShowMeanLine { get; set; }
قيمة الخاصية
ShowMeanMarker
تشير إلى ما إذا كان سيتم عرض العلامات التي تشير إلى المتوسط.
public bool ShowMeanMarker { get; set; }
قيمة الخاصية
ShowOutlierPoints
تشير إلى ما إذا كان سيتم عرض نقاط البيانات الشاذة.
public bool ShowOutlierPoints { get; set; }
قيمة الخاصية
Subtotals
يمثل فهرس نقطة بيانات subtotal.
public int[] Subtotals { get; set; }
قيمة الخاصية
int[]