Axis.ScrollBar Propriété

Définition

Obtient ou définit une barre de défilement d’axe.

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

Valeur de propriété

Objet AxisScrollBar , qui représente la barre de défilement d’un axe.

Attributs

Remarques

Utilisez cette propriété pour manipuler la barre de défilement d’un axe.

Pour plus d’informations, reportez-vous à la documentation de AxisScrollBar classe.

S’applique à