共用方式為


AxisScaleBreakStyle.CollapsibleSpaceThreshold 屬性

定義

取得或設定要在其中繪製刻度分欄的圖表空間臨界值。

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

屬性值

Int32

integer 值,指定要在其中繪製刻度分欄的圖表空間臨界值。

備註

這個屬性會以 Y 軸刻度的百分比來測量。 預設會將其值設定為25。 這表示,一系列中至少有25% 規模的資料點會折迭,並以刻度分隔。

適用於