Class Marker
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
يمثل العلامة في مخطط الخط، مخطط التبعثر، أو مخطط الرادار.
public class Marker
الوراثة
الأعضاء الموروثة
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; }
قيمة الخاصية
BackgroundColor
يمثل لون خلفية العلامة في مخطط الخط، مخطط التبعثر، أو مخطط الرادار.
public Color BackgroundColor { get; set; }
قيمة الخاصية
BackgroundColorSetType
يحصل أو يحدد نوع مجموعة لون خلفية العلامة.
public FormattingType BackgroundColorSetType { get; set; }
قيمة الخاصية
Border
يحصل على Aspose.Cells.Drawing.Line?text=border.
public Line Border { get; }
قيمة الخاصية
ForegroundColor
يمثل لون مقدمة العلامة في مخطط الخط، مخطط التبعثر، أو مخطط الرادار.
public Color ForegroundColor { get; set; }
قيمة الخاصية
ForegroundColorSetType
يحصل أو يحدد نوع مجموعة لون مقدمة العلامة.
public FormattingType ForegroundColorSetType { get; set; }
قيمة الخاصية
MarkerSize
يمثل حجم العلامة بوحدات النقاط. ينطبق على مخطط الخط، مخطط التبعثر، أو مخطط الرادار.
public int MarkerSize { get; set; }
قيمة الخاصية
MarkerSizePx
يمثل حجم العلامة بوحدات البيكسل. ينطبق على مخطط الخط، مخطط التبعثر، أو مخطط الرادار.
public int MarkerSizePx { get; set; }
قيمة الخاصية
MarkerStyle
يمثل نمط العلامة. ينطبق على مخطط الخط، مخطط التبعثر، أو مخطط الرادار.
public ChartMarkerType MarkerStyle { get; set; }