Nevron .NET Vision
Nevron.Chart Namespace / RangeLabelTickMode Enumeration


In This Topic
    RangeLabelTickMode Enumeration
    In This Topic
    Enumerates the possible range label tick modes
    Syntax
    'Declaration
     
    
    Public Enum RangeLabelTickMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RangeLabelTickMode
    public enum RangeLabelTickMode : System.Enum 
    Members
    MemberDescription
    BeginSeparatorThe range label tick is visualized as a single separator annotating the begin value of the range
    BracketThe range label tick is visualized as two brackets enclosing the label
    CenterThe range label tick is attached to the center of the label
    EndSeparatorThe range label tick is visualized as a single separator annotating the begin value of the range
    NoneThe range label does not render ticks
    SeparatorsThe range label tick is visualized as two separators at the begin and end of the range annotated by the label
    TopThe range label tick is attached to the top of the label
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.RangeLabelTickMode

    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