LegendPlacement Enumeration
Enumeration constants to define label placement
Syntax
public enum LegendPlacement : System.Enum 
Members
MemberDescription
Bottom Places below the surface
BottomLeft Places at the bottom left corner
BottomRight Places at the bottom right corner
Inside Places inside the ParentSurface
Left Places to the left of the surface
Right Places to the right of the surface
Top Places above the surface
TopLeft Places at the upper left corner
TopRight Places at the upper right corner
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting.ChartModifiers.LegendPlacement

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also