Axis.ScrollBar Eigenschaft

Definition

Ruft eine Achsenbildlaufleiste ab oder legt sie fest.

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

Eigenschaftswert

Ein AxisScrollBar-Objekt, das die Bildlaufleiste einer Achse darstellt.

Attribute

Hinweise

Verwenden Sie diese Eigenschaft, um die Bildlaufleiste einer Achse zu bearbeiten.

Weitere Informationen finden Sie in der AxisScrollBar Klassendokumentation.

Gilt für: