Nevron .NET Vision
Nevron.Chart Namespace / PredefinedScaleStyle Enumeration


In This Topic
    PredefinedScaleStyle Enumeration
    In This Topic
    Enumerates the predefined scale styles
    Syntax
    'Declaration
     
    
    Public Enum PredefinedScaleStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PredefinedScaleStyle
    public enum PredefinedScaleStyle : System.Enum 
    Members
    MemberDescription
    PresentationPresentation scale
    PresentationNoStrokePresentation scale, with no stroke style applied on ruler and ticks
    RulerPresentation scale
    ScientificScientific - two types of ticks outer major and outer minor
    StandardStandard - four types of ticks (inner major, outer major, inner minor, outer minor)
    WatchPresentation scale
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.PredefinedScaleStyle

    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