Class MACDType
Specifies the display type for the MACD indicator in a chart.
Inheritance
System.Object
MACDType
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class MACDType : Enum
Fields
Both
Displays both the MACD line and histogram.
Declaration
public const MACDType Both
Field Value
| Type |
|---|
| MACDType |
Histogram
Displays only the MACD histogram.
Declaration
public const MACDType Histogram
Field Value
| Type |
|---|
| MACDType |
Line
Displays only the MACD line.
Declaration
public const MACDType Line
Field Value
| Type |
|---|
| MACDType |