The ScrollBarAppearanceEnum enumeration is used to select the style and appearance of axis scrollbars.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public enum ScrollBarAppearanceEnum
Visual Basic
Public Enumeration ScrollBarAppearanceEnum

Members

Member nameValueDescription
Normal0 A standard or normal system styled scrollbar is used.
Flat1 A flat styled scrollbar, with no 3D effects is used.
XP2 A styled scrollbar consistent with the current Windows theme.

See Also