Enumerates type of the legend items position.
Namespace:
PerpetuumSoft.ChartsAssembly: 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 name | Description | |
|---|---|---|
| Horisontal | Indicates that the legend items are placed horizontally. | |
| Verical | Indicates that the legend items are placed vertically. |