Enumereates types of the legend display.

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

Syntax

C#
public enum DisplayingInLegendType
Visual Basic (Declaration)
Public Enumeration DisplayingInLegendType
Visual C++
public enum class DisplayingInLegendType

Members

Member nameDescription
None
Indicates that the display type of the legend is not specified.
Series
Defines legend display type by series.
Values
Defines legend display type by series value.

See Also