Dundas Chart for ASP.NET
BorderSkinStyle Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : BorderSkinStyle Enumeration


Specifies the border skin style for a chart's border skin.


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

No border skin is used.


Border not used
Emboss

An embossed style of border skin is used. This skin does not use a frame.


Emboss border
Raised

A raised style of border skin is used. This skin does not use a frame.


Raised border
Sunken

A sunken style of border skin is used. This skin does not use a frame.


Sunken border
FrameThin1

A border skin style that does use a frame. The Title of the chart will not be displayed within the top-horizontal part of the frame.


Thin border with rounded corners
FrameThin2

A border skin style that does use a frame. The Title of the chart will not be displayed within the top-horizontal part of the frame.


Thin border with rounded top corners
FrameThin3

A border skin style that does use a frame. The Title of the chart will not be displayed within the top-horizontal part of the frame.


Thin border with square corners
FrameThin4

A border skin style that does use a frame. The Title of the chart will not be displayed within the top-horizontal part of the frame.


Thin border with square outside corners and rounded inside corners
FrameThin5

A border skin style that does use a frame. The Title of the chart will not be displayed within the top-horizontal part of the frame.


Thin border with rounded corners and screws
FrameThin6

A border skin style that does use a frame. The Title of the chart will not be displayed within the top-horizontal part of the frame.


Thin border with square inside corners and rounded outside corners
FrameTitle1

A border skin style that does use a frame. The Title of the chart will be displayed within the top-horizontal part of the frame.


Border with rounded corners. Supports title text.
FrameTitle2

A border skin style that does use a frame. The Title of the chart will be displayed within the top-horizontal part of the frame.


Border with rounded top corners. Supports title text.
FrameTitle3

A border skin style that does use a frame. The Title of the chart will be displayed within the top-horizontal part of the frame.


Border with square corners. Supports title text.
FrameTitle4

A border skin style that does use a frame. The Title of the chart will be displayed within the top-horizontal part of the frame.


Border with rounded inside corners and square outside corners. Supports title text.
FrameTitle5

A border skin style that does use a frame. The Title of the chart will be displayed within the top-horizontal part of the frame.


Border with rounded corners and screws. Supports title text.
FrameTitle6

A border skin style that does use a frame. The Title of the chart will be displayed within the top-horizontal part of the frame.


Border with rounded outside corners and square inside corners. Supports title text.
FrameTitle7

A border skin style that does use a frame. The Title of the chart will be displayed within the top-horizontal part of the frame.


Border with rounded corners. No border on the right side. Supports title text.
FrameTitle8

A border skin style that does use a frame. The Title of the chart will be displayed within the top-horizontal part of the frame.


Border with rounded corners on top and bottom sides only. Supports title text.

Remarks

The BorderSkinStyle enumeration represents the border skin used for a chart image, and is implemented using the SkinStyle property of the root Chart object's BorderSkin property.

A style of "None" will result in no skin being used (the default for the SkinStyle property).

Note that the difference between the two styles that use frames (e.g. FrameThinX and FrameTitleX) is the shape and thickness of the frames.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.