'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 the bottom from the chart. |
Left | At the left from the chart. |
None | No legend or the legend is placed outside the chart control. |
Right | At the right from the chart. |
Top | At the top from the chart. |
System.Object
System.ValueType
System.Enum
C1.Silverlight.Chart3D.LegendPosition