Axis.ScaleView 속성

정의

축의 뷰를 가져오거나 설정합니다.

public:
 property System::Windows::Forms::DataVisualization::Charting::AxisScaleView ^ ScaleView { System::Windows::Forms::DataVisualization::Charting::AxisScaleView ^ get(); void set(System::Windows::Forms::DataVisualization::Charting::AxisScaleView ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))]
public System.Windows.Forms.DataVisualization.Charting.AxisScaleView ScaleView { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
member this.ScaleView : System.Windows.Forms.DataVisualization.Charting.AxisScaleView with get, set
Public Property ScaleView As AxisScaleView

속성 값

AxisScaleView

축의 눈금 뷰를 나타내는 AxisScaleView 개체입니다.

특성

적용 대상