Sets or gets the jChart.Legend object associated with the chart.

Namespace:  jChart
Assembly:  jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)

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);
}

Field Value

Return Value

Remarks