共用方式為


Axis.MajorTickMark 屬性

定義

取得或設定 TickMark 物件,這個物件可用來設定座標軸的主要刻度標記屬性。

public:
 property System::Windows::Forms::DataVisualization::Charting::TickMark ^ MajorTickMark { System::Windows::Forms::DataVisualization::Charting::TickMark ^ get(); void set(System::Windows::Forms::DataVisualization::Charting::TickMark ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))]
public System.Windows.Forms.DataVisualization.Charting.TickMark MajorTickMark { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
member this.MajorTickMark : System.Windows.Forms.DataVisualization.Charting.TickMark with get, set
Public Property MajorTickMark As TickMark

屬性值

TickMark 物件,這個物件可用來設定座標軸的主要刻度標記屬性。

屬性

備註

主要刻度標記一律會與資料點一起繪製。 類別座標軸刻度標記會在與資料點相同的軸上發生。 針對值軸,預設會在標籤發生的位置繪製主要刻度。

您可以使用這個屬性來變更主要刻度標記屬性,例如頻率、色彩或大小。

適用於