Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / AxisScaleMode Enumeration


In This Topic
    AxisScaleMode Enumeration
    In This Topic
    Defines the possible axis scale modes. This custom type is accepted by the ScaleMode property of the Axis object and determines the scaling mode of the Axis object.
    Syntax
    'Declaration
     
    Public Enum AxisScaleMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As AxisScaleMode
    public enum AxisScaleMode : System.Enum 
    Members
    MemberDescription
    DateTimeDateTime scale mode
    DimensionDimension scale mode
    LogarithmicLogarithmic scale mode
    NumericNumeric scale mode
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Chart.Core.AxisScaleMode

    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