CustomLabel.GridTicks プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カスタムの目盛りとグリッド線がラベルの中央に描画されるかどうかを指定するプロパティを取得または設定します。
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 列挙値。
- 属性