Annotation.ClipToChartArea 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定註釋所依附之圖表區域的名稱。
public:
virtual property System::String ^ ClipToChartArea { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.LegendAreaNameConverter))]
public virtual string ClipToChartArea { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.LegendAreaNameConverter))>]
member this.ClipToChartArea : string with get, set
Public Overridable Property ClipToChartArea As String
屬性值
string
,表示裁剪註釋之現有圖表區域的名稱。
- 屬性
備註
如果指定圖表區域名稱,則批註只會繪製在所指定圖表區域的繪圖區內。 繪圖區外批註的所有部分都會裁剪。
若要停用圖表區域裁剪,請將 屬性設定為 Empty 。