[]
        
(Showing Draft Content)

C1.Win.C1Chart.AxisScrollBar

AxisScrollBar Class

Summary description for ScrollBar.

Inheritance
AxisScrollBar
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
[TypeConverter(typeof(c1ChartTypeConverter))]
public class AxisScrollBar

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.

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.

Methods

Name Description
Scroll(ScrollEventType)

Scroll according to the specified action type.

UpdateHandlers()

Handle mouse and key event handlers for the scroll bar.

Events

Name Description
AxisScroll

Fires whenever the scroll position of the axis scrollbar changes.