Class MacdIndicator
Inheritance
System.Object
MacdIndicator
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class MacdIndicator : ShortLongPeriodIndicatorBase, IParentElement, IChildElement
Constructors
MacdIndicator()
Declaration
public MacdIndicator()
Fields
SignalPeriodProperty
Declaration
public static readonly BindableProperty SignalPeriodProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SignalStrokeProperty
Declaration
public static readonly BindableProperty SignalStrokeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
SignalPeriod
Declaration
public int SignalPeriod { get; set; }
Property Value
System.Int32
|
SignalStroke
Declaration
public Color SignalStroke { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|