Xceed Chart for WinForms v4.4 Documentation
PredefinedStandardFrame Enumeration


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace : PredefinedStandardFrame Enumeration
Predefined standard frame styles.
Syntax
'Declaration
 
Public Enum PredefinedStandardFrame 
   Inherits System.Enum
'Usage
 
Dim instance As PredefinedStandardFrame
public enum PredefinedStandardFrame : System.Enum 
Members
MemberDescription
NoneBoth bevels are disabled. No bevel space.
RaisedBoth bevels are raised. Bevel width is 1.
RaisedSunkenOuter bevel is raised. Inner bevel is sunken. Bevel width is 2.
SingleFixedBoth bevels are disabled. Bevel distance is 1.
SunkenBoth bevels are sunken. Bevel width is 1.
SunkenRaisedOuter bevel is sunken. Inner bevel is raised. Bevel width is 2.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Chart.Standard.PredefinedStandardFrame

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.Standard Namespace