ChartCalloutLineStyle 枚举
Specifies the style of the callout line.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Enumeration ChartCalloutLineStyle
用法
Dim instance As ChartCalloutLineStyle
public enum ChartCalloutLineStyle
public enum class ChartCalloutLineStyle
type ChartCalloutLineStyle
public enum ChartCalloutLineStyle
成员
| 成员名称 | 说明 | |
|---|---|---|
| Solid | A solid line. | |
| Dotted | A dotted line. | |
| Dashed | A dashed line. | |
| Double | A double solid line. | |
| DashDot | A dash-dot line. | |
| DashDotDot | A dash-dot-dot line. | |
| None | No line. |