Axis.MinorTickMark 属性
定义
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 对象,该对象用于轴的次要刻度线属性。A TickMark object used for the minor tick mark properties of an axis.
- 属性
注解
应在主要刻度线之间绘制次要刻度线,标签通常出现在其中。Minor tick marks should be drawn between major tick marks, where labels usually occur.
使用此属性可更改次要刻度线频率、颜色等。Use this property to change the minor tick mark frequency, color, and so forth.