Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the type of separator to use between legend titles.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration ChartTitleSeparatorTypes
'Usage
Dim instance As ChartTitleSeparatorTypes
public enum ChartTitleSeparatorTypes
public enum class ChartTitleSeparatorTypes
type ChartTitleSeparatorTypes
public enum ChartTitleSeparatorTypes
Members
| Member name | Description | |
|---|---|---|
| DashLine | Separate with a dash line. | |
| DotLine | Separate with a dotted line. | |
| DoubleLine | Separate with a double line. | |
| GradientLine | Separate with a gradient line. | |
| Line | Separate with a line. | |
| None | No separator. | |
| ThickGradientLine | Separate with a thick gradient line. | |
| ThickLine | Separate with a thick line. |