Axis.MinorGrid 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
축의 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 축의 보조 눈금선 특성을 얻거나 설정하는 데 사용되는 개체입니다.
- 특성
설명
주 눈금선 사이에 보조 눈금선이 그려집니다.
빈도, 색 등과 같은 보조 눈금선의 특성을 변경하려면 이 속성을 사용합니다.