Class StochasticFastIndicator
Inheritance
System.Object
StochasticFastIndicator
Inherited Members
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public class StochasticFastIndicator : HighLowCloseIndicatorBase, IParentElement, IChildElement
Constructors
StochasticFastIndicator()
Declaration
public StochasticFastIndicator()
Fields
MainPeriodProperty
Declaration
public static readonly BindableProperty MainPeriodProperty
Field Value
Xamarin.Forms.BindableProperty
|
SignalPeriodProperty
Declaration
public static readonly BindableProperty SignalPeriodProperty
Field Value
Xamarin.Forms.BindableProperty
|
SignalStrokeProperty
Declaration
public static readonly BindableProperty SignalStrokeProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
MainPeriod
Declaration
public int MainPeriod { get; set; }
Property Value
System.Int32
|
SignalPeriod
Declaration
public int SignalPeriod { get; set; }
Property Value
System.Int32
|
SignalStroke
Declaration
public Color SignalStroke { get; set; }
Property Value
Xamarin.Forms.Color
|