Enumerates display type of the series data in the form of bar chart.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public enum ViewType |
| Visual Basic (Declaration) |
|---|
Public Enumeration ViewType |
| Visual C++ |
|---|
public enum class ViewType |
Members
| Member name | Description | |
|---|---|---|
| Bar | Enumerates display type of the series data in the form of rectangles. | |
| Bar3D | Enumerates display type of the series data in the form of parallelepiped. | |
| Pyramide | Enumerates display type of the series data in the form of pyramids. | |
| Cylinder | Enumerates display type of the series data in the form of cylinders. | |
| Brick | Determines the "Brick" effect when the series elements are drawn. | |
| RoundedBar | Determines the series elements drawing in the form of rounded rectangle. |