Gets or sets Legend for the chart. Legend with default settings is used if this is not set (null). This is a dependency property.

Namespace:  AmCharts.Windows.Stock
Assembly:  AmCharts.Windows.Stock (in AmCharts.Windows.Stock.dll) Version: 1.1.0.0 (1.1.0.0)

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