Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the possible types of column separators.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration ChartColumnSeparatorTypes
'Usage
Dim instance As ChartColumnSeparatorTypes
public enum ChartColumnSeparatorTypes
public enum class ChartColumnSeparatorTypes
type ChartColumnSeparatorTypes
public enum ChartColumnSeparatorTypes
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| DashLine | A dashed line. | |
| DotLine | A dotted line. | |
| DoubleLine | A double line. | |
| GradientLine | A line with a color gradient. | |
| Line | A solid line. | |
| None | No line. | |
| ThickGradientLine | A thick line with a color gradient. | |
| ThickLine | A thick line. |