ChartColumnSeparatorTypes 枚举
Represents the possible types of column separators.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Enumeration ChartColumnSeparatorTypes
用法
Dim instance As ChartColumnSeparatorTypes
public enum ChartColumnSeparatorTypes
public enum class ChartColumnSeparatorTypes
type ChartColumnSeparatorTypes
public enum ChartColumnSeparatorTypes
成员
| 成员名称 | 说明 | |
|---|---|---|
| None | No line. | |
| Line | A solid line. | |
| ThickLine | A thick line. | |
| DoubleLine | A double line. | |
| DashLine | A dashed line. | |
| DotLine | A dotted line. | |
| GradientLine | A line with a color gradient. | |
| ThickGradientLine | A thick line with a color gradient. |