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 double Size { get; set; }
Public Property Size As Double
	Get
	Set
public:
virtual property double Size {
	double get () sealed;
	void set (double value) sealed;
}
abstract Size : float with get, set
override Size : float with get, set

Property Value

Double

Implements

IFont..::..Size

See Also