共用方式為


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.