XlsChartDataLabelArea
SetFont Method
|
Sets the font properties.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetFont(
ExcelFont font
)
Public Sub SetFont (
font As ExcelFont
)
public:
void SetFont(
ExcelFont^ font
)
member SetFont :
font : ExcelFont -> unit
Parameters
-
font
-
Type:
Spire.Xls
ExcelFont
The ExcelFont object containing the font properties to set.
See Also