Class MACDType
Represents the type of indicator.
Inheritance
System.Object
MACDType
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public sealed class MACDType : Enum
Fields
Both
MACD indicator renders line and histogram.
Declaration
public const MACDType Both
Field Value
Type |
---|
MACDType |
Histogram
MACD indicator renders histogram only.
Declaration
public const MACDType Histogram
Field Value
Type |
---|
MACDType |
Line
MACD indicator renders line only.
Declaration
public const MACDType Line
Field Value
Type |
---|
MACDType |