Nevron .NET Vision
Nevron.Chart Namespace / ScaleLabelAngleMode Enumeration


In This Topic
    ScaleLabelAngleMode Enumeration
    In This Topic
    Defines how axis labels are oriented depending on the scale they belong to
    Syntax
    'Declaration
     
    
    Public Enum ScaleLabelAngleMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ScaleLabelAngleMode
    public enum ScaleLabelAngleMode : System.Enum 
    Members
    MemberDescription
    ScaleThe label angle is specified in scale space
    ViewThe label angle is specified in view space
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.ScaleLabelAngleMode

    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