ChartSheet
Legend Property
|
Represents chart legend.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartLegend Legend { get; }
Public ReadOnly Property Legend As ChartLegend
Get
public:
property ChartLegend^ Legend {
ChartLegend^ get ();
}
member Legend : ChartLegend with get
Property Value
Type:
ChartLegend
See Also