다음을 통해 공유


AllowOutSidePlotArea 속성

Indicates whether datapoint labels can be drawn outside of the plot area.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public ReadOnly Property AllowOutSidePlotArea As ReportEnumProperty(Of ChartAllowOutsideChartArea)
    Get
‘사용 방법
Dim instance As ChartSmartLabel
Dim value As ReportEnumProperty(Of ChartAllowOutsideChartArea)

value = instance.AllowOutSidePlotArea
public ReportEnumProperty<ChartAllowOutsideChartArea> AllowOutSidePlotArea { get; }
public:
property ReportEnumProperty<ChartAllowOutsideChartArea>^ AllowOutSidePlotArea {
    ReportEnumProperty<ChartAllowOutsideChartArea>^ get ();
}
member AllowOutSidePlotArea : ReportEnumProperty<ChartAllowOutsideChartArea>
function get AllowOutSidePlotArea () : ReportEnumProperty<ChartAllowOutsideChartArea>