PPCC Namespace
Gets or sets the position of legend in chart control

Namespace:  PPCC.Chart
Assembly:  Chart (in Chart.dll)
Version: 5.1.2859.14274

Syntax

C#
public LegendPosition Position { get; set; }
Visual Basic (Declaration)
Public Property Position As LegendPosition
Visual C++
public:
property LegendPosition Position {
	LegendPosition get ();
	void set (LegendPosition value);
}

See Also