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

In This Topic
    IndicatorBase Class
    In This Topic
    Represents indicator base class.
    Object Model
    IndicatorBase ClassC1FlexChart ClassChartStyle ClassAxis ClassAxis ClassDataLabel 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 IndicatorBase 
       Inherits FinancialSeries
    [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 IndicatorBase : FinancialSeries 
    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.Alligator
                   C1.Xaml.Chart.Finance.ATR
                   C1.Xaml.Chart.Finance.BollingerBands
                   C1.Xaml.Chart.Finance.CCI
                   C1.Xaml.Chart.Finance.Envelopes
                   C1.Xaml.Chart.Finance.IchimokuCloud
                   C1.Xaml.Chart.Finance.MacdBase
                   C1.Xaml.Chart.Finance.RSI
                   C1.Xaml.Chart.Finance.Stochastic
                   C1.Xaml.Chart.Finance.WilliamsR
                   C1.Xaml.Chart.Finance.ZigZag

    See Also