Class ShortLongPeriodIndicatorBase
Inheritance
System.Object
ShortLongPeriodIndicatorBase
Inherited Members
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public abstract class ShortLongPeriodIndicatorBase : ValueIndicatorBase, IParentElement, IChildElement
Constructors
ShortLongPeriodIndicatorBase()
Declaration
protected ShortLongPeriodIndicatorBase()
Fields
LongPeriodProperty
Declaration
public static readonly BindableProperty LongPeriodProperty
Field Value
Xamarin.Forms.BindableProperty
|
ShortPeriodProperty
Declaration
public static readonly BindableProperty ShortPeriodProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
LongPeriod
Declaration
public int LongPeriod { get; set; }
Property Value
System.Int32
|
ShortPeriod
Declaration
public int ShortPeriod { get; set; }
Property Value
System.Int32
|