Class SeriesLayoutProperties

Class SeriesLayoutProperties

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

يمثل خصائص تخطيط السلاسل.

public class SeriesLayoutProperties

الوراثة

objectSeriesLayoutProperties

الأعضاء الموروثة

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; }

قيمة الخاصية

bool

MapChartProjectionType

يحصل على نوع الإسقاط للخريطة ويقوم بتعيينه.

public MapChartProjectionType MapChartProjectionType { get; set; }

قيمة الخاصية

MapChartProjectionType

MapChartRegionType

يحصل على نوع المنطقة للخريطة ويقوم بتعيينه.

public MapChartRegionType MapChartRegionType { get; set; }

قيمة الخاصية

MapChartRegionType

MapLabelLayout

يحصل على تخطيط تسميات الخريطة ويقوم بتعيينه.

public MapChartLabelLayout MapLabelLayout { get; set; }

قيمة الخاصية

MapChartLabelLayout

QuartileCalculation

يمثل الخصائص الإحصائية للسلسلة.

public QuartileCalculationType QuartileCalculation { get; set; }

قيمة الخاصية

QuartileCalculationType

ShowConnectorLines

تشير إلى ما إذا كان سيتم عرض خطوط الربط بين نقاط البيانات.

public bool ShowConnectorLines { get; set; }

قيمة الخاصية

bool

ShowInnerPoints

تشير إلى ما إذا كان سيتم عرض نقاط البيانات غير الشاذة.

public bool ShowInnerPoints { get; set; }

قيمة الخاصية

bool

ShowMeanLine

تشير إلى ما إذا كان سيتم عرض الخط الذي يربط جميع نقاط المتوسط.

public bool ShowMeanLine { get; set; }

قيمة الخاصية

bool

ShowMeanMarker

تشير إلى ما إذا كان سيتم عرض العلامات التي تشير إلى المتوسط.

public bool ShowMeanMarker { get; set; }

قيمة الخاصية

bool

ShowOutlierPoints

تشير إلى ما إذا كان سيتم عرض نقاط البيانات الشاذة.

public bool ShowOutlierPoints { get; set; }

قيمة الخاصية

bool

Subtotals

يمثل فهرس نقطة بيانات subtotal.

public int[] Subtotals { get; set; }

قيمة الخاصية

int[]

 عربي