Visual Basic (Declaration) | |
---|---|
Public Enum LegendBoxPosition Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum LegendBoxPosition : Enum |
Member | Description |
---|---|
Top | The legend box is rendered at the top right side of the graph. |
Middle | The legend box is rendered at the middle right side of the graph. |
Bottom | The legend box is rendered at the bottom right side of the graph. |
BottomMiddle | The legend box is rendered at the bottom middle side of the graph. |
None | The legend box is now visible. |
ChartArea | Legendbox is drawn inside the chart area. |
System.Object
System.ValueType
System.Enum
dotnetCHARTING.LegendBoxPosition