XlsChartSerieDataFormat
MarkerTransparencyValue Property
 | 
Gets or sets the transparency of the line marker.
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 MarkerTransparencyValue { get; set; }
 
Public Property MarkerTransparencyValue As Double
	Get
	Set
 
public:
property double MarkerTransparencyValue {
	double get ();
	void set (double value);
}
 
member MarkerTransparencyValue : float with get, set
 
 
 
Property Value
Type:
Double
The transparency.
 
See Also