Namespace: Spire.Xls.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("")]
public FontWrapper Font { get; }
<ObsoleteAttribute("")> 
Public ReadOnly Property Font As FontWrapper
	Get
public:
[ObsoleteAttribute(L"")]
property FontWrapper^ Font {
	FontWrapper^ get ();
}
[<ObsoleteAttribute("")>]
member Font : FontWrapper with get

Property Value

FontWrapper

See Also