Enumereates types of the legend display.
Namespace:
PerpetuumSoft.ChartsAssembly: 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 name | Description | |
|---|---|---|
| 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. |