Enum MacdType
Specifies the type of technical indicators.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum MacdType
Fields
| Name | Description |
|---|---|
| Both | Predicts the trend using both line and histogram approaches. |
| Histogram | Predicts the trend using a histogram approach. |
| Line | Predicts the trend using a simple moving average approach. |