Marker Class

Inheritance Hierarchy
SystemObject
  Aspose.Slides.ChartsMarker

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

The Marker type exposes the following members.

Properties
  NameDescription
Public propertyFormat
Gets or sets 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.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also