IMarker

IMarker interface

Represents marker of a chert.

public interface IMarker

Properties

NameDescription
Format { get; }Gets 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