CustomLabel.GridTicks 属性

定义

获取或设置一个属性,该属性指定是否将在标签的中心绘制自定义刻度线和网格线。Gets or sets a property that specifies whether custom tick marks and grid lines will be drawn in the center of the label.

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

属性值

GridTickTypes

一个 GridTickTypes 枚举值,该枚举值指定是否将在标签的中心绘制自定义刻度线和网格线。A GridTickTypes enumeration value that specifies whether custom tick marks and grid lines will be drawn in the center of the label.

属性

适用于