PPCC Namespace
Specifies the position of the legend
Namespace:
PPCC.ChartAssembly: Chart (in Chart.dll)
Version: 5.1.2859.14274
Syntax
| C# |
|---|
public enum LegendPosition |
| Visual Basic (Declaration) |
|---|
Public Enumeration LegendPosition |
| Visual C++ |
|---|
public enum class LegendPosition |
Members
| Member name | Description | |
|---|---|---|
| Top |
Draws the legend at the top of the chart area
| |
| Left |
Draws the legend to the left of the chart area
| |
| Right |
Draws the legend to the right of the chart area
| |
| Bottom |
Draws the legend at the bottom of the chart area
|