Dundas.SharePoint.Charting.WebParts Send comments on this topic.
BorderSkinStyle Enumeration
See Also  
Dundas.Charting.WebControl Namespace : BorderSkinStyle Enumeration


Styles of the borders skin

Syntax

Visual Basic (Declaration)  
Public Enum BorderSkinStyle 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As BorderSkinStyle
C#  
public enum BorderSkinStyle : Enum 

Members

Member Description
None Border not used
Emboss Emboss border
Raised Raised border
Sunken Sunken border
FrameThin1 Thin border with rounded corners
FrameThin2 Thin border with rounded top corners
FrameThin3 Thin border with square corners
FrameThin4 Thin border with square outside corners and rounded inside corners
FrameThin5 Thin border with rounded corners and screws
FrameThin6 Thin border with square inside corners and rounded outside corners
FrameTitle1 Border with rounded corners. Supports title text.
FrameTitle2 Border with rounded top corners. Supports title text.
FrameTitle3 Border with square corners. Supports title text.
FrameTitle4 Border with rounded inside corners and square outside corners. Supports title text.
FrameTitle5 Border with rounded corners and screws. Supports title text.
FrameTitle6 Border with rounded outside corners and square inside corners. Supports title text.
FrameTitle7 Border with rounded corners. No border on the right side. Supports title text.
FrameTitle8 Border with rounded corners on top and bottom sides only. Supports title text.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.BorderSkinStyle

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also