Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public float CustomLineWeight { get; set; }
Public Property CustomLineWeight As Single
	Get
	Set
public:
property float CustomLineWeight {
	float get ();
	void set (float value);
}
member CustomLineWeight : float32 with get, set

Property Value

Single

See Also