PPCC Namespace
Specifies the type of chart drawn for the series
Namespace:
PPCC.ChartAssembly: Chart (in Chart.dll)
Version: 5.1.2859.14274
Syntax
| C# |
|---|
public enum SeriesType |
| Visual Basic (Declaration) |
|---|
Public Enumeration SeriesType |
| Visual C++ |
|---|
public enum class SeriesType |
Members
| Member name | Description | |
|---|---|---|
| Line |
The line chart is drawn
| |
| Bar |
The bar chart is drawn
| |
| Pyramid |
The pyramid chart is drawn
| |
| Pie |
The pie chart is drawn
| |
| Scatter |
The scatter chart is drawn
|