ChartAllowOutsideChartArea 列舉型別
Specifies whether data point labels can be drawn outside of the plot area.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public Enumeration ChartAllowOutsideChartArea
'用途
Dim instance As ChartAllowOutsideChartArea
public enum ChartAllowOutsideChartArea
public enum class ChartAllowOutsideChartArea
type ChartAllowOutsideChartArea
public enum ChartAllowOutsideChartArea
成員
| 成員名稱 | 描述 | |
|---|---|---|
| Partial | Labels are allowed to be partially outside the plot area. | |
| True | Labels are allowed to be entirely outside the plot area. | |
| False | Labels must be entirely inside the plot area. |