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 축의 주 눈금 속성을 얻거나 설정하는 데 사용되는 개체입니다.

특성

설명

주 눈금선은 항상 데이터 요소와 함께 그려집니다. 즉, 범주 축 눈금 표시의 경우 데이터 요소와 축을 따라 동일한 지점에서 발생합니다. 값 축의 경우 레이블이 발생할 때마다 기본적으로 주 눈금선이 그려집니다.

이 속성을 사용하여 주 눈금선 빈도, 색 등을 변경할 수 있습니다.

적용 대상