Gets or sets DisplayingInLegendType which assigns what should be displayed in a legend.

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

Syntax

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

See Also