다음을 통해 공유


Axis.MinorGrid 속성

정의

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

public:
 property System::Web::UI::DataVisualization::Charting::Grid ^ MinorGrid { 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 MinorGrid { 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.MinorGrid : System.Web.UI.DataVisualization.Charting.Grid with get, set
Public Property MinorGrid As Grid

속성 값

Grid

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

특성

설명

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

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

적용 대상