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 類別檔。

適用於