Class MacdType
Specifies the type of technical indicators.
Inheritance
System.Object
MacdType
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class MacdType : Enum
Fields
Both
Defines to predicts the trend using simple moving average approach.
Declaration
public const MacdType Both
Field Value
Type |
---|
MacdType |
Histogram
Defines to predicts the trend using simple moving average approach.
Declaration
public const MacdType Histogram
Field Value
Type |
---|
MacdType |
Line
Defines to predicts the trend using simple moving average approach.
Declaration
public const MacdType Line
Field Value
Type |
---|
MacdType |