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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public IChartLegend Legend { get; }
Public ReadOnly Property Legend As IChartLegend
	Get
public:
virtual property IChartLegend^ Legend {
	IChartLegend^ get () sealed;
}
abstract Legend : IChartLegend with get
override Legend : IChartLegend with get

Property Value

IChartLegend

Implements

IChart..::..Legend

See Also