Axis.ScrollBar 속성

정의

축 스크롤 막대를 가져오거나 설정합니다.

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

속성 값

AxisScrollBar

축의 스크롤 막대를 나타내는 AxisScrollBar 개체입니다.

특성

설명

축 스크롤 막대를 조작 하려면이 속성을 사용 합니다.

자세한 내용은 참조는 AxisScrollBar 클래스 설명서.

적용 대상