XlsChartLegend
Position Property
|
Legend position type.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public LegendPositionType Position { get; set; }
Public Property Position As LegendPositionType
Get
Set
public:
virtual property LegendPositionType Position {
LegendPositionType get () sealed;
void set (LegendPositionType value) sealed;
}
abstract Position : LegendPositionType with get, set
override Position : LegendPositionType with get, set
Property Value
Type:
LegendPositionType
Implements
IChartLegend
Position
See Also