Click or drag to resize

ChartTextArea SetFont Method

Sets internal font according to the font.

Namespace: Spire.Xls.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
Font to set.
See Also