Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / FrameType Enumeration


In This Topic
    FrameType Enumeration
    In This Topic
    The type of the frame applied on backplanes and chart background.
    Syntax
    'Declaration
     
    Public Enum FrameType 
       Inherits System.Enum
    'Usage
     
    Dim instance As FrameType
    public enum FrameType : System.Enum 
    Members
    MemberDescription
    ImageAn image border with fill effect, lighting effect and shadow.
    NoneNo frame is applied.
    StandardA standard windows frame type with inner and outer bevels.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Chart.GraphicsCore.FrameType

    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