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 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

LegendPositionType

Implements

IChartLegend..::..Position

See Also