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