Axis.MajorGrid 属性

定义

获取或设置用于设置轴的主要网格线属性的 Grid 对象。

public:
 property System::Web::UI::DataVisualization::Charting::Grid ^ MajorGrid { 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 MajorGrid { 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.MajorGrid : System.Web.UI.DataVisualization.Charting.Grid with get, set
Public Property MajorGrid As Grid

属性值

Grid

一个 Grid 对象,该对象用于获取或设置轴的主要网格线属性。

属性

注解

主网格线始终与一个数据点一起绘制。 也就是说,对于分类轴刻度线,它们会出现在轴上与数据点相同的点。 对于值轴,默认情况下,无论标签出现在何处,都绘制主网格线。

可以使用此属性更改主网格线的频率、颜色等。

适用于