Creates a new indicator with the specified type, color and size
Namespace:
jChartAssembly: jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)
Syntax
| C# |
|---|
public Indicator( Indicator..::.Type iType, Color oColor, int iIndicatorSize ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ iType As Indicator..::.Type, _ oColor As Color, _ iIndicatorSize As Integer _ ) |
| Visual C++ |
|---|
public: Indicator( Indicator..::.Type iType, Color oColor, int iIndicatorSize ) |
Parameters
- iType
- Type: jChart..::.Indicator..::.Type
[Missing <param> documentation for "iType"]
- oColor
- Type: System.Drawing..::.Color
[Missing <param> documentation for "oColor"]
- iIndicatorSize
- Type: System..::.Int32
[Missing <param> documentation for "iIndicatorSize"]