XlsChartDataTable
FontName Property
|
Returns or sets the font name. Read / write string.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string FontName { get; set; }
Public Property FontName As String
Get
Set
public:
virtual property String^ FontName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract FontName : string with get, set
override FontName : string with get, set
Property Value
Type:
String
Implements
IFont
FontName
See Also