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. |