ComponentOne FinancialChart for UWP
C1.Xaml.Chart.Finance Namespace / Stochastic Class
Members

In This Topic
    Stochastic Class
    In This Topic
    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 ClassC1FlexChart ClassChartStyle ClassAxis ClassAxis ClassDataLabel ClassChartStyle ClassChartStyle ClassChartStyle ClassChartStyle Class
    Syntax
    'Declaration
     
    
    <ComposableAttribute(Windows.UI.Xaml.IDependencyObjectFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <ContractVersionAttribute(Windows.Foundation.UniversalApiContract, 65536)>
    <MarshalingBehaviorAttribute(MarshalingType.Agile)>
    <WebHostHiddenAttribute()>
    <ThreadingAttribute(ThreadingModel.Both)>
    Public Class Stochastic 
       Inherits IndicatorBase
    [Composable(Windows.UI.Xaml.IDependencyObjectFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
    [MarshalingBehavior(MarshalingType.Agile)]
    [WebHostHidden()]
    [Threading(ThreadingModel.Both)]
    public class Stochastic : IndicatorBase 
    Inheritance Hierarchy

    System.Object
       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