ZedGraph LogoZedGraph Class Library Documentation
SymbolType Enumeration
NamespacesZedGraphSymbolType
Enumeration type for the various symbol shapes that are available
Declaration Syntax
C#Visual BasicVisual C++
public enum SymbolType
Public Enumeration SymbolType
public enum class SymbolType
Members
MemberDescription
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.

See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621