ChartSeriesDataFormat
MarkerStyle Property
|
Represents the marker style in a line chart, scatter chart, or radar chart.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public ChartMarkerType MarkerStyle { get; set; }
Public Property MarkerStyle As ChartMarkerType
Get
Set
public:
property ChartMarkerType MarkerStyle {
ChartMarkerType get ();
void set (ChartMarkerType value);
}
member MarkerStyle : ChartMarkerType with get, set
Property Value
Type:
ChartMarkerType
See Also