ChartAxis.Scalar 屬性

定義

取得或設定一個值,指示該軸上的值是純量值(數字或日期),應以連續軸顯示於圖表上。

public:
 property bool Scalar { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool Scalar { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.Scalar : bool with get, set
Public Property Scalar As Boolean

屬性值

true若軸上的數值為標量值(數字或日期);否則,。 false

屬性

適用於