Énumération ChartColumnSeparatorTypes
Represents the possible types of column separators.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Enumeration ChartColumnSeparatorTypes
'Utilisation
Dim instance As ChartColumnSeparatorTypes
public enum ChartColumnSeparatorTypes
public enum class ChartColumnSeparatorTypes
type ChartColumnSeparatorTypes
public enum ChartColumnSeparatorTypes
Membres
| Nom de membre | Description | |
|---|---|---|
| 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. |