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

특성

설명

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

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

적용 대상