Class SFChartMACDType
Represents the draw type.
Inheritance
System.Object
SFChartMACDType
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public sealed class SFChartMACDType : Enum
Fields
Both
Represents the Line and Histogram draw type.
Declaration
public const SFChartMACDType Both
Field Value
Type |
---|
SFChartMACDType |
Histogram
Represents the Histogram draw type.
Declaration
public const SFChartMACDType Histogram
Field Value
Type |
---|
SFChartMACDType |
Line
Represents the Line draw type.
Declaration
public const SFChartMACDType Line
Field Value
Type |
---|
SFChartMACDType |