Specifies the type of indicator that will be displayed on scatter plots or at the junction of line charts.

Namespace:  jChart
Assembly:  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 nameDescription
None
Box
Circle
Cross
LeftArrow
RightArrow
UpArrow
DownArrow
Rectangle

Remarks