'Declaration
Public Enum LegendPosition Inherits System.Enum
'Usage
Dim instance As LegendPosition
public enum LegendPosition : System.Enum
'Declaration
Public Enum LegendPosition Inherits System.Enum
'Usage
Dim instance As LegendPosition
public enum LegendPosition : System.Enum
Member | Description |
---|---|
Bottom | At bottom from the chart. |
BottomCenter | Bottom center position. |
BottomLeft | Bottom left position. |
BottomRight | Bottom right position. |
Left | At left from the chart. |
Right | At right from the chart. |
Top | At top from the chart. |
TopCenter | Top center position. |
TopLeft | Top left position. |
TopRight | Top right position. |
System.Object
System.ValueType
System.Enum
C1.WPF.C1Chart.LegendPosition