ChartFrameTextFont Property |
Note: This API is now obsolete.
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)
Syntax[ObsoleteAttribute("Use ChartFrame.Font property instead.")]
public virtual Font TextFont { get; }
<ObsoleteAttribute("Use ChartFrame.Font property instead.")>
Public Overridable ReadOnly Property TextFont As Font
Get
public:
[ObsoleteAttribute(L"Use ChartFrame.Font property instead.")]
virtual property Font^ TextFont {
Font^ get ();
}
[<ObsoleteAttribute("Use ChartFrame.Font property instead.")>]
abstract TextFont : Font with get
[<ObsoleteAttribute("Use ChartFrame.Font property instead.")>]
override TextFont : Font with get
Property Value
Type:
Font
RemarksNOTE: This member is now obsolete. Instead,
please use ChartFrame.Font property.
This property will be removed 12 months later since JANUARY 2012.
Aspose apologizes for any inconvenience you may have experienced.
See Also