Determines the specified legend.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

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