CustomLabel.Axis プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この CustomLabel オブジェクトが属する軸を取得します。
public:
property System::Windows::Forms::DataVisualization::Charting::Axis ^ Axis { System::Windows::Forms::DataVisualization::Charting::Axis ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.DataVisualization.Charting.Axis Axis { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Axis : System.Windows.Forms.DataVisualization.Charting.Axis
Public ReadOnly Property Axis As Axis
プロパティ値
この Axis オブジェクトが属する軸を表す CustomLabel オブジェクト。
- 属性
注釈
オブジェクトが属するオブジェクト Axis を決定するには CustomLabel 、このメソッドを使用します。