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