Creates a new indicator with the specified type and color

Namespace:  jChart
Assembly:  jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)

Syntax

C#
public Indicator(
	Indicator..::.Type iType,
	Color oColor
)
Visual Basic (Declaration)
Public Sub New ( _
	iType As Indicator..::.Type, _
	oColor As Color _
)
Visual C++
public:
Indicator(
	Indicator..::.Type iType, 
	Color oColor
)

Parameters

iType
Type: jChart..::.Indicator..::.Type

[Missing <param> documentation for "iType"]

oColor
Type: System.Drawing..::.Color

[Missing <param> documentation for "oColor"]

Remarks