PPCC Namespace
Gets or sets the chart legend

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

Syntax

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

See Also