Class ShortLongPeriodIndicatorBase
Inheritance
System.Object
ShortLongPeriodIndicatorBase
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class ShortLongPeriodIndicatorBase : ValueIndicatorBase, IChartSeries, IChartElementPresenter, IElementPresenter
Constructors
ShortLongPeriodIndicatorBase()
Declaration
protected ShortLongPeriodIndicatorBase()
Fields
LongPeriodProperty
Declaration
public static readonly DependencyProperty LongPeriodProperty
Field Value
Microsoft.
|
ShortPeriodProperty
Declaration
public static readonly DependencyProperty ShortPeriodProperty
Field Value
Microsoft.
|
Properties
LongPeriod
Declaration
public int LongPeriod { get; set; }
Property Value
System.
|
ShortPeriod
Declaration
public int ShortPeriod { get; set; }
Property Value
System.
|