The AxisScrollBar type exposes the following members.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Scroll
Public method ShouldSerializeScaleMenuItems
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Protected method UpdateHandlers

Properties

  Name Description
Public property Alignment
Gets or sets the alignment of scroll bar relative to the plot area.
Public property Anchored
Gets or sets whether the scrollbar position remains fixed on the PlotArea boundary.
Public property Appearance
Gets or sets the appearance of the scroll bar.
Public property Buttons
Gets or sets buttons of the scroll bar.
Public property IsEmptyScales
Public property Max
Gets or sets the maximum value of the scroll bar position.
Public property Min
Gets or sets the minimum value of the scroll bar position.
Public property Scale
Gets or sets the scale of the scroll bar.
Public property ScaleMenu
Gets or sets the custom context menu that will be shown when user clicks on scale button.
Public property ScaleMenuItems
Gets the collection of scale menu items.
Public property ScaleMenuName
Public property ScrollKeys
Gets or sets the keys that scroll bar responds to.
Public property Size
Gets or sets the size of the scroll bar.
Public property Step
Gets or sets the step of the scroll bar position changing.
Public property Value
Gets or sets a value that represents the current relative position of the scroll box on the scroll bar.
Public property Visible
Gets or sets the scroll bar visibility.

Events

  Name Description
Public event AxisScroll
Fires whenever the scroll position of the axis scrollbar changes.

See Also