Gets a Font object of the specified ChartFrame object.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic virtual Font Font { get; }
Public Overridable ReadOnly Property Font As Font
Get
public:
virtual property Font^ Font {
Font^ get ();
}
abstract Font : Font with get
override Font : Font with get
Property Value
Type:
Font
See Also