Class Marker

Marker class

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

public class Marker

Properties

NameDescription
Area { get; }Gets the area.
BackgroundColor { get; set; }Represents the marker background color in a line chart, scatter chart, or radar chart.
BackgroundColorSetType { get; set; }Gets or sets the marker background color set type.
Border { get; }Gets the border.
ForegroundColor { get; set; }Represents the marker foreground color in a line chart, scatter chart, or radar chart.
ForegroundColorSetType { get; set; }Gets or sets the marker foreground color set type.
MarkerSize { get; set; }Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
MarkerSizePx { get; set; }Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.
MarkerStyle { get; set; }Represents the marker style. Applies to line chart, scatter chart, or radar chart.

See Also