Axis.LineColor プロパティ

定義

軸の線の色を取得または設定します。

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))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Drawing.Color LineColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.LineColor : System.Drawing.Color with get, set
Public Property LineColor As Color

プロパティ値

Color

軸の描画に使用する線の色を表す Color オブジェクト。 既定値は、Black です。

属性

注釈

プロパティを LineColor 使用して、軸の線の色を指定します。

軸が有効になっていないが、隣接する軸がグリッド線を使用している場合、それらのグリッド線の 1 つが、有効になっていない軸の代に表示されます。 軸の プロパティが に設定 Enabled されている場合も、同じ状況が発生します Auto 。 この場合、軸はデータのプロットに使用されません。隣接する軸のグリッド線が代わりに描画されます。

適用対象