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

In This Topic
    MovingAverage Class
    In This Topic
    Represents a moving average trendline for FinancialChart.
    Object Model
    MovingAverage 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 MovingAverage 
       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 MovingAverage : FinancialSeries 
    Remarks
    It is a calculation to analyze data points by creating a series of averages of different subsets of the full data set. You may define a different type on each MovingAverage object by setting the type property on the MovingAverage itself. The MovingAverage class has a period property that allows you to set the number of periods for computing the average value.
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          C1.Xaml.Chart.Series
             C1.Xaml.Chart.Finance.FinancialSeries
                C1.Xaml.Chart.Finance.MovingAverage

    See Also