Axis.MajorGrid 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 Grid 物件,這個物件可用來設定座標軸的主要格線屬性。
public:
property System::Windows::Forms::DataVisualization::Charting::Grid ^ MajorGrid { 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 MajorGrid { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
member this.MajorGrid : System.Windows.Forms.DataVisualization.Charting.Grid with get, set
Public Property MajorGrid As Grid
屬性值
Grid 物件,這個物件可用來取得或設定座標軸的主要格線屬性。
- 屬性
備註
主要格線一律會與資料點一起繪製。 亦即,它們會在軸的相同時間點與資料點發生,以用於類別軸刻度。 如果是值軸,預設會在標籤發生的位置繪製主要格線。
您可以使用這個屬性來變更主要格線頻率、色彩等等。