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 参照してください。

適用対象