Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public abstract class StochasticFastIndicatorBase : HighLowCloseCacheIndicatorBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesLineSeriesBaseIndicatorBaseHighLowCloseIndicatorBaseHighLowCloseCacheIndicatorBaseStochasticFastIndicatorBase...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected StochasticFastIndicatorBase()
Fields
C#
public static readonly RadProperty MainPeriodProperty
C#
public static readonly RadProperty SignalPeriodProperty
Properties
Gets or sets the main period.
C#
public int MainPeriod { get; set; }
The main period.
Gets or sets the signal period.
C#
public int SignalPeriod { get; set; }
The signal period.