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

属性

注解

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

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

适用于