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.