Nevron .NET Vision
Nevron.Chart Namespace / StockGroupingMode Enumeration


In This Topic
    StockGroupingMode Enumeration
    In This Topic
    Enumerates the stock grouping modes
    Syntax
    'Declaration
     
    
    Public Enum StockGroupingMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As StockGroupingMode
    public enum StockGroupingMode : System.Enum 
    Members
    MemberDescription
    AutoDateTimeSpanThe grouping is performed using an automatically generated time span
    CustomDateTimeSpanThe grouping is performed using a custom specified time span
    NoneNo grouping is performed
    SynchronizeWithMajorTickThe grouping is performed using a time spans synchronized with the x axis major ticks
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.StockGroupingMode

    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