ChartCalloutStyle 列舉型別
Specifies the style to use when drawing the callout lines.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
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. |