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

属性

注解

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

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

适用于