XlsChartShape
Legend Property
 | 
Represents chart legend.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
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
Type:
IChartLegend
Implements
IChart
Legend
 
See Also