ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart.Extended Namespace / MovingAverage Class
Members


In This Topic
    MovingAverage Class
    In This Topic
    Represents moving average filter applied to the data.
    Object Model
    MovingAverage Class
    Syntax
    'Declaration
     
    
    <LocalizabilityAttribute(LocalizationCategory.Ignore)>
    <ContentPropertyAttribute("Children")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class MovingAverage 
       Inherits FunctionSeries
    'Usage
     
    
    Dim instance As MovingAverage
    [Localizability(LocalizationCategory.Ignore)]
    [ContentProperty("Children")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class MovingAverage : FunctionSeries 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Panel
                         System.Windows.Controls.Canvas
                            C1.WPF.C1Chart.DataSeries
                               C1.WPF.C1Chart.XYDataSeries
                                  C1.WPF.C1Chart.Extended.FunctionSeries
                                     C1.WPF.C1Chart.Extended.MovingAverage

    See Also