Axis.LineColor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定座標軸的線條色彩。
public:
property System::Drawing::Color LineColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))]
public System.Drawing.Color LineColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.LineColor : System.Drawing.Color with get, set
Public Property LineColor As Color
屬性值
Color 物件,表示用來繪製座標軸的線條色彩。 預設為 Black。
- 屬性
備註
LineColor使用 屬性來指定座標軸的線條色彩。
注意 如果未啟用座標軸,但連續的座標軸正在使用格線,則會顯示其中一條格線來取代未啟用的座標軸。 如果 Enabled 座標軸的 屬性設定 Auto 為 ,就會發生相同的情況。在此情況下,不會使用座標軸來繪製資料,而且會改為繪製相鄰座標軸的格線。