Nevron .NET Vision
Nevron.Chart Namespace / VectorSeriesMode Enumeration


In This Topic
    VectorSeriesMode Enumeration
    In This Topic
    Enumerates the vector series modes
    Syntax
    'Declaration
     
    
    Public Enum VectorSeriesMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As VectorSeriesMode
    public enum VectorSeriesMode : System.Enum 
    Members
    MemberDescription
    DirectionThe vector is created by using the origin point at X/Y and drawing a vector in the direction of X2/Y2 with a size scaled from the MinVectorSize and MaxVectorSize properties
    VectorThe vector is treated as a pair of coordinates that form the vector
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.VectorSeriesMode

    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