XlsChartDataLabels
Font Property
|
Note: This API is now obsolete.
Returns FontImpl for current font. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("")]
public XlsFont Font { get; }
<ObsoleteAttribute("")>
Public ReadOnly Property Font As XlsFont
Get
public:
[ObsoleteAttribute(L"")]
property XlsFont^ Font {
XlsFont^ get ();
}
[<ObsoleteAttribute("")>]
member Font : XlsFont with get
Property Value
Type:
XlsFont
See Also