ChartDataPoint
Marker Property
|
Represents the marker used for data points in a chart series.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
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