XlsChartAxis
Font Property
|
Returns font used for axis text displaying. 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
public IFont Font { get; }
Public ReadOnly Property Font As IFont
Get
public:
virtual property IFont^ Font {
IFont^ get () sealed;
}
abstract Font : IFont with get
override Font : IFont with get
Property Value
Type:
IFont
Implements
IChartAxis
Font
See Also