Перечисление ChartColumnSeparatorTypes
Represents the possible types of column separators.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Enumeration ChartColumnSeparatorTypes
'Применение
Dim instance As ChartColumnSeparatorTypes
public enum ChartColumnSeparatorTypes
public enum class ChartColumnSeparatorTypes
type ChartColumnSeparatorTypes
public enum ChartColumnSeparatorTypes
Элементы
| Имя элемента | Описание | |
|---|---|---|
| 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. |