Class Marker

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

objectMarker

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

Area

BackgroundColor

Represents the marker background color in a line chart, scatter chart, or radar chart.

public Color BackgroundColor { get; set; }

Property Value

Color

BackgroundColorSetType

Gets or sets the marker background color set type.

public FormattingType BackgroundColorSetType { get; set; }

Property Value

FormattingType

Border

Gets the Aspose.Cells.Drawing.Line?text=border.

public Line Border { get; }

Property Value

Line

ForegroundColor

Represents the marker foreground color in a line chart, scatter chart, or radar chart.

public Color ForegroundColor { get; set; }

Property Value

Color

ForegroundColorSetType

Gets or sets the marker foreground color set type.

public FormattingType ForegroundColorSetType { get; set; }

Property Value

FormattingType

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

int

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

int

MarkerStyle

Represents the marker style. Applies to line chart, scatter chart, or radar chart.

public ChartMarkerType MarkerStyle { get; set; }

Property Value

ChartMarkerType