Axis.MaximumAutoSize 屬性

定義

取得或設定軸的最大尺寸,以圖表面積的百分比來衡量。 此值被自動佈局演算法所利用。

public:
 property float MaximumAutoSize { float get(); void set(float value); };
public float MaximumAutoSize { get; set; }
member this.MaximumAutoSize : single with get, set
Public Property MaximumAutoSize As Single

屬性值

一個 float 代表軸最大大小的值。

適用於