menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartExponentialAverage - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartExponentialAverage

    Class implementation for ChartExponentialAverage

    Inheritance
    System.Object
    ChartExponentialAverage
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class ChartExponentialAverage : DependencyObject

    Constructors

    ChartExponentialAverage(IChartData, ChartTechnicalIndicator)

    called when instance created for ChartExponentialAverage

    Declaration
    public ChartExponentialAverage(IChartData Points, ChartTechnicalIndicator indicator)
    Parameters
    Type Name Description
    IChartData Points
    ChartTechnicalIndicator indicator

    Fields

    ExponentialAverageProperty

    Indicates the ExponentialAverage Dependency Property

    Declaration
    public static readonly DependencyProperty ExponentialAverageProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    SignalLineInteriorProperty

    Indicates the SignalLineInterior Dependency Property

    Declaration
    public static readonly DependencyProperty SignalLineInteriorProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Methods

    GetExponentialAverage(DependencyObject)

    Return the int Value from the given DependencyObject

    Declaration
    public static int GetExponentialAverage(DependencyObject obj)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    Returns
    Type
    System.Int32

    GetSignalLineInterior(DependencyObject)

    Gets the value of the SignalLineInterior dependency property.

    Declaration
    public static Brush GetSignalLineInterior(DependencyObject obj)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj

    The DependencyObjectobj.

    Returns
    Type Description
    System.Windows.Media.Brush

    The SignalLineInterior brush

    SetExponentialAverage(DependencyObject, Int32)

    Set ExponentialAverage to the Corresponding DependencyObject from the Given value.

    Declaration
    public static void SetExponentialAverage(DependencyObject obj, int value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    System.Int32 value

    SetSignalLineInterior(DependencyObject, Brush)

    Sets the value of the SignalLineInterior dependency property.

    Declaration
    public static void SetSignalLineInterior(DependencyObject obj, Brush value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj

    The DependencyObject obj.

    System.Windows.Media.Brush value

    The value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved