PPCC Namespace
Specifies the shape of the scatter objects
Namespace:
PPCC.ChartAssembly: Chart (in Chart.dll)
Version: 5.1.2859.14274
Syntax
| C# |
|---|
public enum ScatterShape |
| Visual Basic (Declaration) |
|---|
Public Enumeration ScatterShape |
| Visual C++ |
|---|
public enum class ScatterShape |
Members
| Member name | Description | |
|---|---|---|
| Diamond |
Draws the scatter objects as diamonds
| |
| Triangle |
Draws the scatter objects as triangles
| |
| Square |
Draws the scatter objects as squares
| |
| Circle |
Draws the scatter objects as circles
|