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

속성 값

AxisCustomLabel 개체가 속한 축을 나타내는 개체입니다.

특성

설명

개체가 속한 개체를 CustomLabel 확인 Axis 하려면 이 메서드를 사용합니다.

적용 대상