Axis.MajorGrid 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于设置轴的主要网格线属性的 Grid 对象。
public:
property System::Windows::Forms::DataVisualization::Charting::Grid ^ MajorGrid { 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 MajorGrid { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
member this.MajorGrid : System.Windows.Forms.DataVisualization.Charting.Grid with get, set
Public Property MajorGrid As Grid
属性值
一个 Grid 对象,该对象用于获取或设置轴的主要网格线属性。
- 属性
注解
主网格线始终与数据点一起绘制。 也就是说,对于分类轴刻度线,它们将出现在数据点沿轴的同一点处。 对于数值轴,默认情况下,只要标签出现,就会绘制主要网格线。
可以使用此属性更改主要网格线的频率、颜色等。