Returns a value that shows whether this chart type is displayed in the legend by the values.

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

Syntax

C#
public abstract bool IsValueLegendItemSupported { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property IsValueLegendItemSupported As Boolean
Visual C++
public:
virtual property bool IsValueLegendItemSupported {
	bool get () abstract;
}

See Also