| 
ChartSeries
Marker Property
  | 
 Represents the marker used in the chart to highlight data points.
 Namespace:
 Spire.Doc.Fields.Shapes.Charts
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public ChartMarker Marker { get; }
 
Public ReadOnly Property Marker As ChartMarker
	Get
 
public:
virtual property ChartMarker^ Marker {
	ChartMarker^ get () sealed;
}
 
abstract Marker : ChartMarker with get
override Marker : ChartMarker with get
 
 
 
Property Value
 
 Type:
 
ChartMarker
 
 
 See Also
See Also