ChartTitleSeparatorTypes 枚举
Specifies the type of separator to use between legend titles.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Enumeration ChartTitleSeparatorTypes
用法
Dim instance As ChartTitleSeparatorTypes
public enum ChartTitleSeparatorTypes
public enum class ChartTitleSeparatorTypes
type ChartTitleSeparatorTypes
public enum ChartTitleSeparatorTypes
成员
成员名称 | 说明 | |
---|---|---|
None | No separator. | |
Line | Separate with a line. | |
ThickLine | Separate with a thick line. | |
DoubleLine | Separate with a double line. | |
DashLine | Separate with a dash line. | |
DotLine | Separate with a dotted line. | |
GradientLine | Separate with a gradient line. | |
ThickGradientLine | Separate with a thick gradient line. |