Nevron .NET Vision
Nevron.Chart Namespace / TrendLineMode Enumeration


In This Topic
    TrendLineMode Enumeration
    In This Topic
    Defines the possible display modes for a trendline.
    Syntax
    'Declaration
     
    
    Public Enum TrendLineMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TrendLineMode
    public enum TrendLineMode : System.Enum 
    Members
    MemberDescription
    BeamThe trendline is displayed as a beam
    NoneThe trendline is not displayed at all
    SegmentThe trendline is displayed as a segment
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.TrendLineMode

    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