LabelOutsidePlotAreaStyle 列挙型

定義

ラベルをプロット エリア外に描画できる度合いを指定します。

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

フィールド

No 1

ラベルをプロット エリア外に描画できません。

Partial 2

ラベルの一部をプロット エリア外に描画できます。

Yes 0

ラベルをプロット エリア外に描画できます。

注釈

列挙 LabelOutsidePlotAreaStyle 体は、ラベルがプロット領域を離れる度合いを表します。 これは、 オブジェクトの プロパティと AllowOutsidePlotArea 組み合わせて使用 SmartLabelStyle されます。

Partial 値を指定した場合、プロット領域の外側に描画できるラベルの 50% 以下です。

適用対象