DataPointCustomProperties::MarkerStyle Property

.NET Framework (current version)
 

Gets or sets the marker style.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
[BindableAttribute(true)]
property MarkerStyle MarkerStyle {
	MarkerStyle get();
	void set(MarkerStyle value);
}

Property Value

Type: System.Windows.Forms.DataVisualization.Charting::MarkerStyle

A MarkerStyle enumeration value that specifies the marker style.

.NET Framework
Available since 4.0
Return to top
Show: