XlsChartDataLabels
Size Property
|
Returns or sets the size of the font. Read / write Variant.
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 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
Type:
Double
Implements
IFont
Size
See Also