ComponentOne FinancialChart for UWP Edition
Stochastic Class
Members 

C1.Xaml.Chart.Finance Namespace : Stochastic Class
Represents a Stochastic Oscillator indicator series for FinancialChart. Stochastic oscillators are momentum indicators designed to predict price turning points by comparing an asset's closing price to its high-low range. The Stochastic series can be used for fast (default), slow and full stochastic oscillators.To create a slow or full stochastic oscillator, set the SmoothingPeriod to an integer value greater than one; slow stochastic oscillators generally use a fixed SmoothingPeriod of three.To create or revert to a fast stochastic oscillator, set the SmoothingPeriod to an integer value of one.
Object Model
Stochastic ClassChartStyle ClassAxis ClassAxis ClassDataLabel ClassChartStyle ClassChartStyle ClassChartStyle ClassChartStyle Class
Syntax
'Declaration
 
Public Class Stochastic 
   Inherits IndicatorBase
public class Stochastic : IndicatorBase 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.__ComObject
         System.Runtime.InteropServices.WindowsRuntime.RuntimeClass
            Windows.UI.Xaml.DependencyObject
               C1.Xaml.Chart.Series
                  C1.Xaml.Chart.Finance.FinancialSeries
                     C1.Xaml.Chart.Finance.IndicatorBase
                        C1.Xaml.Chart.Finance.Stochastic

See Also

Reference

Stochastic Members
C1.Xaml.Chart.Finance Namespace