Namespace:
Nasosoft.Chart.Drawing
Assembly: Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)
Assembly: Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration BarShape |
| C# |
|---|
public enum BarShape |
| Visual C++ |
|---|
public enum class BarShape |
| JavaScript |
|---|
Nasosoft.Chart.Drawing.BarShape = function(); Nasosoft.Chart.Drawing.BarShape.createEnum('Nasosoft.Chart.Drawing.BarShape', false); |
Members
| Member name | Description | |
|---|---|---|
| Rectangle |
Sets the Bar shape to a Rectangle (Default).
| |
| Cylinder |
Sets the Bar shape to a Cylinder.
| |
| Cone |
Sets the Bar shape to a Cone.
| |
| Pyramid |
Sets the Bar shape to a Pyramid.
|
