DataPointCustomProperties::MarkerBorderWidth Property

.NET Framework (current version)
 

Gets or sets the border width of the marker.

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

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

Property Value

Type: System::Int32

An integer value that specifies the border width of the marker.

.NET Framework
Available since 4.0
Return to top
Show: