ChartCalloutStyle 열거형
Specifies the style to use when drawing the callout lines.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public Enumeration ChartCalloutStyle
‘사용 방법
Dim instance As ChartCalloutStyle
public enum ChartCalloutStyle
public enum class ChartCalloutStyle
type ChartCalloutStyle
public enum ChartCalloutStyle
멤버
| 멤버 이름 | 설명 | |
|---|---|---|
| Underline | Attach the callout line to an underline on the label. | |
| Box | Attach the callout line to a box around the label. | |
| None | No additional label style for the callout line. |