Enumereates cross placing type of series which are presented by charts of the Pie type.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public enum PieSeriesPlacingType |
| Visual Basic (Declaration) |
|---|
Public Enumeration PieSeriesPlacingType |
| Visual C++ |
|---|
public enum class PieSeriesPlacingType |
Members
| Member name | Description | |
|---|---|---|
| Vertical | Specifies vertical position. | |
| Horisontal | Specifies horizontal position. | |
| Inside | Specifies the position inside each other. |