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


In This Topic
    MajorTickModeLogarithmic Enumeration
    In This Topic
    Defines the possible step modes for the major ticks of the logarithmic scale.
    Syntax
    'Declaration
     
    Public Enum MajorTickModeLogarithmic 
       Inherits System.Enum
    'Usage
     
    Dim instance As MajorTickModeLogarithmic
    public enum MajorTickModeLogarithmic : System.Enum 
    Members
    MemberDescription
    AbsAutoStepthe logarithmic scale automatically generates the major ticks. The difference between two adjacent major ticks is equal to the automatically determinded step.
    AbsCustomStepthe logarithmic scale automatically generates the major ticks. The difference between two adjacent major ticks is equal to the user specified step.
    Manualin this mode the user specifies the values which must be represented with major ticks
    PowAutoStepthe logarithmic scale automatically generates the major ticks. The generated ticks are exact products of the logarithm base with automatically determined power step.
    PowCustomStepthe logarithmic scale automatically generates the major ticks. The generated ticks are exact products of the logarithm base with user defined power step.
    Inheritance Hierarchy

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

    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