Enum SymbolType
Enumeration type for the various symbol shapes that are available
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public enum SymbolType
Fields
Name | Description |
---|---|
Circle | Uniform circle Symbol |
Default | A Default symbol type (the symbol type will be obtained from Type. |
Diamond | Rhombus-shaped Symbol |
HDash | Horizontal dash Symbol. This symbol cannot be filled since it has no outline. |
None | No symbol is shown (this is equivalent to using IsVisible = false. |
Plus | "+" shaped Symbol. This symbol cannot be filled since it has no outline. |
Square | Square-shaped Symbol |
Star | Asterisk-shaped Symbol. This symbol cannot be filled since it has no outline. |
Triangle | Equilateral triangle Symbol |
TriangleDown | Unilateral triangle Symbol, pointing down. |
UserDefined | A symbol defined by the UserSymbol propery. If no symbol is defined, the Type. symbol will be used. |
VDash | Vertical dash Symbol. This symbol cannot be filled since it has no outline. |
XCross | "X" shaped Symbol. This symbol cannot be filled since it has no outline. |