[]
Represents an axis scrollbar for FlexChart control with additional visual styles.
[C1Description("Interaction.AxisScrollbar", "Represents an axis scrollbar for FlexChart control with additional visual styles.")]
public class AxisScrollbar : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Name | Description |
---|---|
AxisScrollbar(Axis) | Creates an instance of AxisScrollbar class and attaches it to the specified axis. |
Name | Description |
---|---|
LowerValue | Gets or sets the current lower magnitude of the range control. |
Maximum | Gets or sets the maximum possible value of the range element. |
Minimum | Gets or sets the minimum possible value of the range element. |
Orientation | Gets or sets a value indicating the horizontal or vertical orientation of the C1RangeSlider. |
Position | Gets or sets a value indicating the horizontal or vertical orientation of the C1RangeSlider. |
ScrollButtonsVisible | Gets or sets a value that indicates whether scroll buttons should be displayed. |
SmallChange | Gets or sets the value to be added to or subtracted from the LowerValue or UpperValue properties when the lower value thumb or upper value thumb is moved a small distance. |
UpperValue | Gets or sets the current upper magnitude of the range control. |
Name | Description |
---|---|
Dispose(bool) | Clean up any resources being used. |
OnOrientationChanged(EventArgs) | This method is for internal use only. |
OnSizeChanged(EventArgs) | |
OnValueChanged(EventArgs) | This method is for internal use only. |
OnVisibleChanged(EventArgs) | |
Remove() | Removes itself from parent control |
Name | Description |
---|---|
OrientationChanged | Fires when the Orientation property changes. |
ValueChanged | Fires when any of the properties: LowerValue or UpperValue changes. |