Xceed Chart for WinForms v4.4 Documentation
PredefinedChartStyle Enumeration


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : PredefinedChartStyle Enumeration
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
         Xceed.Chart.Core.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

Reference

Xceed.Chart.Core Namespace