Enumerates all types of a Legend box docking position.
Namespace:
Nasosoft.Chart.DrawingAssembly: Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration LegendPositionType |
| C# |
|---|
public enum LegendPositionType |
| Visual C++ |
|---|
public enum class LegendPositionType |
| JavaScript |
|---|
Nasosoft.Chart.Drawing.LegendPositionType = function(); Nasosoft.Chart.Drawing.LegendPositionType.createEnum('Nasosoft.Chart.Drawing.LegendPositionType', false); |
Members
| Member name | Description | |
|---|---|---|
| Bottom |
Docked to the bottom
| |
| Custom |
Docked to custom position
| |
| Left |
Docked to the left
| |
| Right |
Docked to the right
| |
| Top |
Docked to the top
|
