Class ValuePeriodIndicatorBase
Represents the base class for financial indicators that use both a value binding and a period for calculations.
Inheritance
System.Object
ValuePeriodIndicatorBase
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public abstract class ValuePeriodIndicatorBase : ValueIndicatorBase, IParentElement, IChildElement
Constructors
ValuePeriodIndicatorBase()
Declaration
protected ValuePeriodIndicatorBase()
Fields
PeriodProperty
Identifies the Period bindable property.
Declaration
public static readonly BindableProperty PeriodProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Period
Gets or sets the period used for the indicator calculations.
Declaration
public int Period { get; set; }
Property Value
System.Int32
The number of periods to use in the calculation. |