ChartAllowOutsideChartArea 列挙型

定義

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

public enum class ChartAllowOutsideChartArea
public enum ChartAllowOutsideChartArea
type ChartAllowOutsideChartArea = 
Public Enum ChartAllowOutsideChartArea
継承
ChartAllowOutsideChartArea

フィールド

False 2

ラベル全体がプロット領域の内側でなければなりません。

Partial 0

ラベルの一部がプロット領域の外側でもかまいません。

True 1

ラベル全体がプロット領域の外側でもかまいません。

適用対象