The ScrollBarAppearanceEnum enumeration is used to select the style and appearance of axis scrollbars.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public enum ScrollBarAppearanceEnum |
Visual Basic |
---|
Public Enumeration ScrollBarAppearanceEnum |
Members
Member name | Value | Description | |
---|---|---|---|
Normal | 0 | A standard or normal system styled scrollbar is used. | |
Flat | 1 | A flat styled scrollbar, with no 3D effects is used. | |
XP | 2 | A styled scrollbar consistent with the current Windows theme. |