Axis.LineDashStyle プロパティ

定義

軸の線スタイルを取得または設定します。

public:
 property System::Windows::Forms::DataVisualization::Charting::ChartDashStyle LineDashStyle { System::Windows::Forms::DataVisualization::Charting::ChartDashStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::ChartDashStyle value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.ChartDashStyle LineDashStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.LineDashStyle : System.Windows.Forms.DataVisualization.Charting.ChartDashStyle with get, set
Public Property LineDashStyle As ChartDashStyle

プロパティ値

ChartDashStyle

ChartDashStyle 列挙値です。

属性

注釈

プロパティは、 LineDashStyle 軸に使用する線のスタイルを決定します。 線は、実線、点線などにすることができます。

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

適用対象