| 
ChartLegend
Position Property
  | 
 Gets or sets the position of the legend.
 Namespace:
 Spire.Doc.Fields.Shapes.Charts
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public LegendPosition Position { get; set; }
 
Public Property Position As LegendPosition
	Get
	Set
 
public:
property LegendPosition Position {
	LegendPosition get ();
	void set (LegendPosition value);
}
 
member Position : LegendPosition with get, set
 
 
 
Property Value
 
 Type:
 
LegendPosition
 
 
 See Also
See Also