다음을 통해 공유


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

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

특성

설명

보조 눈금선 주 눈금선 사이 그려집니다.

보조 모눈선, 빈도, 색 등의 특성을 변경 하려면이 속성을 사용 합니다.

적용 대상