Axis.MajorGrid 속성

정의

축의 주 모눈선 속성을 설정하는 데 사용되는 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

축의 주 모눈 속성을 가져오거나 설정하는 데 사용되는 Grid 개체입니다.

특성

설명

주 모눈선 데이터 요소와 함께에서 항상 그려집니다. 즉, 범주 축 눈금에 대 한 데이터 지점으로 축을 동일한 지점에서 수행 됩니다. 값 축 레이블이 발생할 때마다 기본적으로 주 모눈선 그려집니다.

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

적용 대상