Share via


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 物件,這個物件可用來取得或設定座標軸的次要格線屬性。

屬性

備註

次要格線會在主要格線之間繪製。

使用這個屬性來變更次要格線的屬性,例如頻率、色彩等等。

適用於