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. |