IMarker Interface

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IMarker

The IMarker type exposes the following members.

Properties
  NameDescription
Public propertyFormat
Gets the marker fill. Read-only IFormat.
Public propertySize
Represents the marker size in a line chart, scatter chart, or radar chart. Read/write Int32.
Public propertySymbol
Represents the marker style in a line chart, scatter chart, or radar chart. Read/write MarkerStyleType.
See Also