[]
Summary description for ScrollBar.
[TypeConverter(typeof(c1ChartTypeConverter))]
public class AxisScrollBar
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. |
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. |
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. |
Name | Description |
---|---|
Scroll(ScrollEventType) | Scroll according to the specified action type. |
UpdateHandlers() | Handle mouse and key event handlers for the scroll bar. |
Name | Description |
---|---|
AxisScroll | Fires whenever the scroll position of the axis scrollbar changes. |