Axis.ScrollBar Właściwość

Definicja

Pobiera lub ustawia pasek przewijania osi.

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

Wartość właściwości

AxisScrollBar Obiekt, który reprezentuje pasek przewijania osi.

Atrybuty

Uwagi

Użyj tej właściwości, aby manipulować paskiem przewijania osi.

Aby uzyskać więcej informacji, zapoznaj się z dokumentacją AxisScrollBar klasy.

Dotyczy