Specifies the type of indicator that will be displayed on scatter plots or at the junction of line charts.
Namespace:
jChartAssembly: jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)
Syntax
| C# |
|---|
public enum Type |
| Visual Basic (Declaration) |
|---|
Public Enumeration Type |
| Visual C++ |
|---|
public enum class Type |
Members
| Member name | Description | |
|---|---|---|
| None | ||
| Box | ||
| Circle | ||
| Cross | ||
| LeftArrow | ||
| RightArrow | ||
| UpArrow | ||
| DownArrow | ||
| Rectangle |