Specifies appearance of bar chart.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
public enum BarAppearanceEnum |
| Visual Basic |
|---|
Public Enumeration BarAppearanceEnum |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Default | 0 | Specifies default(rectangular) appearance. | |
| Cylinder | 1 | Specifies cylindrical appearance. | |
| Cone | 2 | Specifies conical appearance. | |
| Pyramid | 3 | Specifies pyramidal appearance. |