AllowOutSidePlotArea プロパティ

データ ポイント ラベルをプロット領域の外側に描画できるかどうかを指定します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
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>