Enumeration type for the various symbol shapes that are available
| C# | Visual Basic | Visual C++ |
public enum SymbolType
Public Enumeration SymbolType
public enum class SymbolType
| Member | Description |
|---|---|
| Square | Square-shaped Symbol |
| Diamond | Rhombus-shaped Symbol |
| Triangle | Equilateral triangle Symbol |
| Circle | Uniform circle Symbol |
| XCross | "X" shaped Symbol. This symbol cannot
be filled since it has no outline. |
| Plus | "+" shaped Symbol. This symbol cannot
be filled since it has no outline. |
| Star | Asterisk-shaped Symbol. This symbol
cannot be filled since it has no outline. |
| TriangleDown | Unilateral triangle Symbol, pointing
down. |
| HDash |
Horizontal dash Symbol. This symbol cannot be
filled since it has no outline.
|
| VDash |
Vertical dash Symbol. This symbol cannot be
filled since it has no outline.
|
| Default | A Default symbol type (the symbol type will be obtained
from Type. |
| None | No symbol is shown (this is equivalent to using
IsVisible = false. |
