Class Marker

Class Marker

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

يمثل العلامة في مخطط الخط، مخطط التبعثر، أو مخطط الرادار.

public class Marker

الوراثة

objectMarker

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

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

الخصائص

Area

يحصل على Aspose.Cells.Charts.Marker.Area?text=area.

public Area Area { get; }

قيمة الخاصية

Area

BackgroundColor

يمثل لون خلفية العلامة في مخطط الخط، مخطط التبعثر، أو مخطط الرادار.

public Color BackgroundColor { get; set; }

قيمة الخاصية

Color

BackgroundColorSetType

يحصل أو يحدد نوع مجموعة لون خلفية العلامة.

public FormattingType BackgroundColorSetType { get; set; }

قيمة الخاصية

FormattingType

Border

يحصل على Aspose.Cells.Drawing.Line?text=border.

public Line Border { get; }

قيمة الخاصية

Line

ForegroundColor

يمثل لون مقدمة العلامة في مخطط الخط، مخطط التبعثر، أو مخطط الرادار.

public Color ForegroundColor { get; set; }

قيمة الخاصية

Color

ForegroundColorSetType

يحصل أو يحدد نوع مجموعة لون مقدمة العلامة.

public FormattingType ForegroundColorSetType { get; set; }

قيمة الخاصية

FormattingType

MarkerSize

يمثل حجم العلامة بوحدات النقاط. ينطبق على مخطط الخط، مخطط التبعثر، أو مخطط الرادار.

public int MarkerSize { get; set; }

قيمة الخاصية

int

MarkerSizePx

يمثل حجم العلامة بوحدات البيكسل. ينطبق على مخطط الخط، مخطط التبعثر، أو مخطط الرادار.

public int MarkerSizePx { get; set; }

قيمة الخاصية

int

MarkerStyle

يمثل نمط العلامة. ينطبق على مخطط الخط، مخطط التبعثر، أو مخطط الرادار.

public ChartMarkerType MarkerStyle { get; set; }

قيمة الخاصية

ChartMarkerType

 عربي