XlsChartSerieDataFormat
MarkerBorderWidth Property
 | 
Marker border weight(unit pt).
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public double MarkerBorderWidth { get; set; }
 
Public Property MarkerBorderWidth As Double
	Get
	Set
 
public:
property double MarkerBorderWidth {
	double get ();
	void set (double value);
}
 
member MarkerBorderWidth : float with get, set
 
 
 
Property Value
Type:
Double
 
See Also