Enumerates type of the legend items position.

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

Syntax

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

Members

Member nameDescription
Horisontal
Indicates that the legend items are placed horizontally.
Verical
Indicates that the legend items are placed vertically.

See Also