Class Marker
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
Represents the marker in a line chart, scatter chart, or radar chart.
public class Marker
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Area
Gets the Aspose.Cells.Charts.Marker.Area?text=area.
public Area Area { get; }
Property Value
BackgroundColor
Represents the marker background color in a line chart, scatter chart, or radar chart.
public Color BackgroundColor { get; set; }
Property Value
BackgroundColorSetType
Gets or sets the marker background color set type.
public FormattingType BackgroundColorSetType { get; set; }
Property Value
Border
Gets the Aspose.Cells.Drawing.Line?text=border.
public Line Border { get; }
Property Value
ForegroundColor
Represents the marker foreground color in a line chart, scatter chart, or radar chart.
public Color ForegroundColor { get; set; }
Property Value
ForegroundColorSetType
Gets or sets the marker foreground color set type.
public FormattingType ForegroundColorSetType { get; set; }
Property Value
MarkerSize
Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
public int MarkerSize { get; set; }
Property Value
MarkerSizePx
Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.
public int MarkerSizePx { get; set; }
Property Value
MarkerStyle
Represents the marker style. Applies to line chart, scatter chart, or radar chart.
public ChartMarkerType MarkerStyle { get; set; }