Click or drag to resize

XlsChartLegendArea SetFont Method

Sets the font.

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 font object containing the font settings to apply.
See Also