AllowOutSidePlotArea プロパティ

ChartSmartLabel クラスの AllowOutSidePlotArea プロパティの計算値を取得します。

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

構文

'宣言
Public ReadOnly Property AllowOutSidePlotArea As ChartAllowOutsideChartArea
    Get
'使用
Dim instance As ChartSmartLabelInstance
Dim value As ChartAllowOutsideChartArea

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