Marker

Marker class

Represents marker of a chert.

public class Marker : IMarker

Properties

NameDescription
Format { get; }Gets or sets the marker fill. Read-only IFormat.
Size { get; set; }Represents the marker size in a line chart, scatter chart, or radar chart. Read/write Int32.
Symbol { get; set; }Represents the marker style in a line chart, scatter chart, or radar chart. Read/write MarkerStyleType.

See Also