Class MacdType
Defines the type of MACD indicator. The options are: Line - Displays only the MACD line and signal line. Histogram - Displays only the MACD histogram. Both - Displays the MACD line, signal line, and histogram.
Inheritance
System.Object
MacdType
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class MacdType : Enum
Fields
Both
Declaration
public const MacdType Both
Field Value
Type |
---|
MacdType |
Histogram
Declaration
public const MacdType Histogram
Field Value
Type |
---|
MacdType |
Line
Declaration
public const MacdType Line
Field Value
Type |
---|
MacdType |