AxisScaleBreakStyle.CollapsibleSpaceThreshold 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要在其中繪製刻度分欄的圖表空間臨界值。
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
屬性值
integer
值,指定要在其中繪製刻度分欄的圖表空間臨界值。
備註
這個屬性會以 Y 軸刻度的百分比來測量。 預設會將其值設定為25。 這表示,一系列中至少有25% 規模的資料點會折迭,並以刻度分隔。