Click or drag to resize

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
)

Parameters

font
Type: Spire.Xls ExcelFont
The ExcelFont object containing the font properties to set.
See Also