共用方式為


Legend.TextWrapThreshold 屬性

定義

取得或設定在文字換行前可依序顯示的字元數。

public:
 property int TextWrapThreshold { int get(); void set(int value); };
public int TextWrapThreshold { get; set; }
member this.TextWrapThreshold : int with get, set
Public Property TextWrapThreshold As Integer

屬性值

一個 integer 代表在文字被換行前,能依序放入圖例中的字元數的值。 預設值是 25。

備註

當圖例文字超過此屬性指定的值時,遇到下一個空白字元時,文字會自動換行。 如果文字中沒有空白字元,則不會被換行。

將屬性 TextWrapThreshold 設為零以停用該功能。

適用於