[]
        
(Showing Draft Content)

C1.Win.Chart.Interaction.AxisScrollbar

AxisScrollbar Class

Represents an axis scrollbar for FlexChart control with additional visual styles.

Namespace: C1.Win.Chart.Interaction
Assembly: C1.Win.FlexChart.8.dll
Syntax
[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

Constructors

Name Description
AxisScrollbar(Axis)

Creates an instance of AxisScrollbar class and attaches it to the specified axis.

Properties

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.

Methods

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

Events

Name Description
OrientationChanged

Fires when the Orientation property changes.

ValueChanged

Fires when any of the properties: LowerValue or UpperValue changes.