Gets or sets LegendType legend type.

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

Syntax

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

See Also