다음을 통해 공유


CustomLabel.Axis 속성

정의

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

Axis 개체가 속하는 축을 나타내는 CustomLabel 개체입니다.

특성

설명

이 메서드를 사용 하 여 확인할 Axis 개체는 CustomLabel 개체에 속해 있습니다.

적용 대상