Sdílet prostřednictvím


Axis.ScrollBar Vlastnost

Definice

Získá nebo nastaví posuvník osy.

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

Hodnota vlastnosti

AxisScrollBar

AxisScrollBarObjekt, který představuje posuvník osy.

Atributy

Poznámky

Tato vlastnost slouží k manipulaci s posuvníkem osy.

Další podrobnosti najdete v AxisScrollBar dokumentaci třídy.

Platí pro