Line type enumeration.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public enum SeriesLineType |
| Visual Basic (Declaration) |
|---|
Public Enumeration SeriesLineType |
| Visual C++ |
|---|
public enum class SeriesLineType |
Members
| Member name | Description | |
|---|---|---|
| Solid |
Draw using a solid line.
| |
| Dashed |
Draw using a dashed line.
| |
| Dots |
Draw using a dotted line.
| |
| Histogram |
Draws the points as a histogram.
| |
| Filled |
Draws the points as a filled region.
|