XlsChartDataLabels
GenerateNativeFont Method
|
Generates .Net font object corresponding to the current font.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Font GenerateNativeFont()
Public Function GenerateNativeFont As Font
public:
virtual Font^ GenerateNativeFont() sealed
abstract GenerateNativeFont : unit -> Font
override GenerateNativeFont : unit -> Font
Return Value
Type:
Font
Generated .Net font.
Implements
IFont
GenerateNativeFont
See Also