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