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 物件,這個物件可用來取得或設定座標軸的次要格線屬性。
- 屬性
備註
次要格線會在主要格線之間繪製。
使用這個屬性來變更次要格線的屬性,例如頻率、色彩等等。