If this is set to true, the key has a checkbox function – clicking on it will hide or show the corresponding graph.

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also