다음을 통해 공유


Annotation.AxisY 속성

정의

주석이 연결된 Y축을 가져오거나 설정합니다.

public:
 virtual property System::Windows::Forms::DataVisualization::Charting::Axis ^ AxisY { System::Windows::Forms::DataVisualization::Charting::Axis ^ get(); void set(System::Windows::Forms::DataVisualization::Charting::Axis ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.AnnotationAxisValueConverter))]
public virtual System.Windows.Forms.DataVisualization.Charting.Axis AxisY { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.AnnotationAxisValueConverter))>]
member this.AxisY : System.Windows.Forms.DataVisualization.Charting.Axis with get, set
Public Overridable Property AxisY As Axis

속성 값

Axis 이 주석이 연결된 개체입니다.

특성

설명

주석이 축에 연결되면 해당 Y 위치는 항상 축 좌표로 지정됩니다. 축 좌표에서 주석의 크기도 정의하려면 속성이 IsSizeAlwaysRelative .로 설정되어 있는지 확인합니다 false.

축에 null 주석 첨부 파일을 사용하지 않도록 설정합니다.

적용 대상