次の方法で共有


ChartAllowOutsideChartArea 列挙体

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

名前空間:  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

メンバー

メンバー名 説明
False ラベル全体がプロット領域の内側でなければなりません。
Partial ラベルの一部がプロット領域の外側でもかまいません。
True ラベル全体がプロット領域の外側でもかまいません。

関連項目

参照

Microsoft.ReportingServices.OnDemandReportRendering 名前空間