共用方式為


Axis.MinorGrid 屬性

定義

取得或設定 Grid 物件,這個物件可用來指定座標軸的次要格線屬性。

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

屬性值

Grid

Grid 物件,這個物件可用來取得或設定座標軸的次要格線屬性。

屬性

備註

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

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

適用於