ViewEventArgs.Axis 속성
정의
public:
property System::Windows::Forms::DataVisualization::Charting::Axis ^ Axis { System::Windows::Forms::DataVisualization::Charting::Axis ^ get(); };
public System.Windows.Forms.DataVisualization.Charting.Axis Axis { get; }
member this.Axis : System.Windows.Forms.DataVisualization.Charting.Axis
Public ReadOnly Property Axis As Axis
속성 값
뷰가 속하는 축을 나타내는 Axis 개체입니다.An Axis object that represents the axis that a view belongs to.
설명
이 속성에서 노출 되는 AxisViewChanged 하 고 AxisViewChanging 루트의 이벤트 Chart 개체.This property is exposed in the AxisViewChanged and AxisViewChanging events of the root Chart object.
이 속성을 사용할 수 있습니다.This property can be used to:
속성을 사용 하 여 이벤트가 발생 하는 대상 축의 유형 (X, X2, Y 또는 Y2)을 결정 AxisName 합니다.Determine the type of axis - X, X2, Y or Y2 - that the event is being raised for, using the AxisName property.
가져오기 및 축 속성을 같은 설정 LineColor합니다.Get and set axis properties, such as LineColor.