Axis.MinorGrid プロパティ

定義

軸の補助グリッド線の属性の指定に使用される Grid オブジェクトを取得または設定します。

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

プロパティ値

軸の補助グリッド線の属性の取得または設定に使用される Grid オブジェクト。

属性

注釈

補助グリッド線は、主グリッド線の間に描画されます。

頻度、色など、補助グリッド線の属性を変更するには、このプロパティを使用します。

適用対象