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 获取或设置轴的次要网格线的属性的对象。

属性

注解

在主要网格线之间绘制次要网格线。

使用此属性可更改次要网格线的属性,例如频率、颜色等。

适用于