BorderSkinStyle 枚举
定义
指定图表边框外观的样式。Specifies a style for the border skin of a chart.
public enum class BorderSkinStyle
public enum BorderSkinStyle
type BorderSkinStyle =
Public Enum BorderSkinStyle
- 继承
字段
| Emboss | 1 | 使用具有浮雕效果的边框外观。Use an embossed border skin. |
| FrameThin1 | 4 | 使用带有圆角的细边框外观。Use a thin border skin with rounded corners. |
| FrameThin2 | 5 | 使用带有圆顶角的细边框外观。Use a thin border skin with rounded top corners. |
| FrameThin3 | 6 | 使用带有方角的细边框外观。Use a thin border skin with square corners. |
| FrameThin4 | 7 | 使用带有方外角和圆内角的细边框外观。Use a thin border skin with square outside corners and rounded inside corners. |
| FrameThin5 | 8 | 使用带有圆角和螺纹的窄边框外观。Use a thin border skin with rounded corners and screws. |
| FrameThin6 | 9 | 使用带有方内角和圆外角的细边框外观。Use a thin border skin with square inside corners and rounded outside corners. |
| FrameTitle1 | 10 | 使用带圆角的边框外观。Use a border skin with rounded corners. |
| FrameTitle2 | 11 | 使用带有圆顶角的边框外观。Use a border skin with rounded top corners. |
| FrameTitle3 | 12 | 使用带有方角的边框外观。Use a border skin with square corners. |
| FrameTitle4 | 13 | 使用带有圆内角和方外角的边框外观。Use a border skin with rounded inside corners and square outside corners. |
| FrameTitle5 | 14 | 使用带有圆角和螺纹的边框外观。Use a border skin with rounded corners and screws. |
| FrameTitle6 | 15 | 使用带有圆外角和圆内角的边框外观。Use a border skin with rounded outside corners and square inside corners. |
| FrameTitle7 | 16 | 使用带圆角的边框外观。Use a border skin with rounded corners. 右侧没有边框。No border on the right side. |
| FrameTitle8 | 17 | 使用只有上边和下边带有圆角的边框外观。Use a border skin with rounded corners on top and bottom sides only. |
| None | 0 | 不使用边框外观。No border skin is used. |
| Raised | 2 | 使用凸起的边框外观。Use a raised border skin. |
| Sunken | 3 | 使用凹陷的边框外观。Use a sunken border skin. |
注解
BorderSkin类表示用于图表图像的边框外观的样式。The BorderSkin class represents the style of the border skin used for a chart image. 如果将属性设置 SkinStyle 为 "无",则不会使用任何外观。If you set the SkinStyle property to None, no skin will be used. 这是 SkinStyle 属性的默认值。This is the default value for the SkinStyle property.
备注
使用框架并遵循命名约定 "FrameThin" 或 "FrameTitle" 的边框外观样式集的不同之处 * * (例如,BorderSkinStyle、FrameThin1 或 system.web.datavisualization.dll。 BorderSkinStyle) 是其框架的形状和粗细情况下的形状和粗细。)的一部分。The difference between the sets of border skin styles that use frames and follow either the naming convention "FrameThin*" or "FrameTitle*" (for example, System.Web.UI.DataVisualization.Charting.BorderSkinStyle.FrameThin1 or System.Web.UI.DataVisualization.Charting.BorderSkinStyle.FrameTitle1) is the shape and thickness of their frames.
此外,如果使用 "FrameThin" 样式边框外观之一,则不会显示图表的标题。In addition, if you use one of the "FrameThin" style border skins, the title of the chart will not be displayed. 但是,如果使用 "FrameTitle" 样式边框外观之一,则图表的标题将显示在框架的顶部水平部分。However, if you use one of the "FrameTitle" style border skins, the title of the chart will appear in the top-horizontal part of the frame.