Share via


AnnotationGroup.ClipToChartArea プロパティ

定義

注釈のクリップ先グラフ エリアの名前を取得または設定します。

public:
 virtual property System::String ^ ClipToChartArea { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.LegendAreaNameConverter))]
public override string ClipToChartArea { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.LegendAreaNameConverter))>]
member this.ClipToChartArea : string with get, set
Public Overrides Property ClipToChartArea As String

プロパティ値

既存のグラフ エリアの名前を表す string

属性

注釈

グラフエリア名を指定した場合、注釈はそのグラフエリアのプロットエリア内にのみ描画されます。 プロット領域の外側にある注釈のすべての部分がクリップされます。

グラフ領域の領域の領域を無効にするには、このプロパティを または 空の文字列に NaN 設定します。

適用対象