XlsChartLegendEntry
TextArea Property
|
Returns text area. 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 IChartTextArea TextArea { get; }
Public ReadOnly Property TextArea As IChartTextArea
Get
public:
virtual property IChartTextArea^ TextArea {
IChartTextArea^ get () sealed;
}
abstract TextArea : IChartTextArea with get
override TextArea : IChartTextArea with get
Property Value
Type:
IChartTextArea
Implements
IChartLegendEntry
TextArea
See Also