LegendPlacement Enumeration
Enumeration constants to define label placement
Syntax
public enum LegendPlacement : System.Enum 
Members
MemberDescription
BottomPlaces below the surface
BottomLeftPlaces at the bottom left corner
BottomRightPlaces at the bottom right corner
InsidePlaces inside the ParentSurface
LeftPlaces to the left of the surface
RightPlaces to the right of the surface
TopPlaces above the surface
TopLeftPlaces at the upper left corner
TopRightPlaces 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