Nevron .NET Vision
Nevron.Chart Namespace / PredefinedChartStyle Enumeration


In This Topic
    PredefinedChartStyle Enumeration
    In This Topic
    Defines the possible predefined chart styles. The chart style defines various aspects of the chart, which are dependant from the chart orientation represented by this enumeration.
    Syntax
    'Declaration
     
    
    Public Enum PredefinedChartStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PredefinedChartStyle
    public enum PredefinedChartStyle : System.Enum 
    Members
    MemberDescription
    HorizontalLeftchart with horizontal left orientation - the PrimaryX axis is displayed on the left.
    HorizontalRightchart with horizontal left orientation - the PrimaryX axis is displayed on the right.
    Verticalchart with vertical orientation - the default
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.PredefinedChartStyle

    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