2D Chart for WinForms | ComponentOne
Chart Area and Plot Area Objects / Axes / Axis Scrolling and Scaling / Scrollbar Appearance
In This Topic
    Scrollbar Appearance
    In This Topic

    C1Chart's AxisScrollbar class provides a number of useful properties to control the scrollbar's appearance such as its style, size, and alignment.

    C1Chart's scrollbar appearance can be determined by the Appearance property.

    The following table represents the three different axis scroll bar styles to choose from when you set its Appearance property:

    Value Appearance
    Normal
    Flat
    XP

    The scrollbar's width can be specified through the Size property and its alignment can be set through its Alignment property.

    The following table represents the three different scrollbar alignments to choose from when you set its Alignment property:

    Value Appearance
    Near
    Center
    Far
    See Also