The AxisScrollBar type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
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.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
Scroll | ||
ShouldSerializeScaleMenuItems | ||
ToString | (Inherited from Object.) | |
UpdateHandlers |
Properties
Name | Description | |
---|---|---|
Alignment |
Gets or sets the alignment of scroll bar relative to the plot area.
|
|
Anchored |
Gets or sets whether the scrollbar position remains fixed on the PlotArea boundary.
|
|
Appearance |
Gets or sets the appearance of the scroll bar.
|
|
Buttons |
Gets or sets buttons of the scroll bar.
|
|
IsEmptyScales | ||
Max |
Gets or sets the maximum value of the scroll bar position.
|
|
Min |
Gets or sets the minimum value of the scroll bar position.
|
|
Scale |
Gets or sets the scale of the scroll bar.
|
|
ScaleMenu |
Gets or sets the custom context menu that will be shown when user clicks on scale button.
|
|
ScaleMenuItems |
Gets the collection of scale menu items.
|
|
ScaleMenuName | ||
ScrollKeys |
Gets or sets the keys that scroll bar responds to.
|
|
Size |
Gets or sets the size of the scroll bar.
|
|
Step |
Gets or sets the step of the scroll bar position changing.
|
|
Value |
Gets or sets a value that represents the current relative position
of the scroll box on the scroll bar.
|
|
Visible |
Gets or sets the scroll bar visibility.
|
Events
Name | Description | |
---|---|---|
AxisScroll |
Fires whenever the scroll position of the axis scrollbar changes.
|