LabelPlacement Enumeration
Enumeration constants to define label placement
Syntax
public enum LabelPlacement : System.Enum 
Members
MemberDescription
AutoAutomatic Placement (Default)
AxisPlaces on the axis
BottomPlaces at the bottom
BottomLeftPlaces on the bottom left
BottomRightPlaces at the bottom right
LeftPlaces on the left
RightPlaces on the right
TopPlaces at the top
TopLeftPlaces on the top left
TopRightPlaces at the top right
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting.Visuals.Annotations.LabelPlacement

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