共用方式為


Axis.MinorTickMark 屬性

定義

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

public:
 property System::Windows::Forms::DataVisualization::Charting::TickMark ^ MinorTickMark { 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 MinorTickMark { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
member this.MinorTickMark : System.Windows.Forms.DataVisualization.Charting.TickMark with get, set
Public Property MinorTickMark As TickMark

屬性值

TickMark

TickMark 物件,用於表示座標軸的次要刻度標記屬性。

屬性

備註

次要刻度應該繪製在主要刻度之間,通常會發生標籤。

您可以使用這個屬性來變更次要刻度頻率、色彩等等。

適用於