Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

IChartTextArea

Implements

IChartLegend..::..TextArea

See Also