ChartStartCapTypes 枚举
Represents the possible styles of the anchor cap at the start of a line.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Enumeration ChartStartCapTypes
用法
Dim instance As ChartStartCapTypes
public enum ChartStartCapTypes
public enum class ChartStartCapTypes
type ChartStartCapTypes
public enum ChartStartCapTypes
成员
| 成员名称 | 说明 | |
|---|---|---|
| None | No cap. | |
| Arrow | An arrow cap. | |
| Diamond | A diamond cap. | |
| Square | A square cap. | |
| Round | A round cap. |