ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / AxisPosition Enumeration


In This Topic
    AxisPosition Enumeration
    In This Topic
    Specifies position of the axis.
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum AxisPosition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AxisPosition
    [Flags()]
    public enum AxisPosition : System.Enum 
    Members
    MemberDescription
    DisableLastLabelOverflowHide last label on the axis if it does not fit to the axis bounds.
    FarRight for vertical, top for horizontal.
    InnerAxis annotations are inside plot area.
    NearLeft for vertical, bottom for horizontal.
    OverDataThe axis is over the plot elements.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.C1Chart.AxisPosition

    See Also