menu

WPF

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

    Show / Hide Table of Contents

    Class ChartMACD

    class implementation for ChartMACD

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

    Constructors

    ChartMACD(IChartData, ChartTechnicalIndicator)

    Called when instance created for ChartMACD

    Declaration
    public ChartMACD(IChartData points, ChartTechnicalIndicator indic)
    Parameters
    Type Name Description
    IChartData points
    ChartTechnicalIndicator indic

    Fields

    ConvergenceLineColorProperty

    Identifies the ConvergenceLineColor dependency property.

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

    DivergenceLineColorProperty

    Identifies the drivergenceLineColor dependency property.

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

    SignalLineInteriorProperty

    Identifies the SignalLineInterior dependency property.

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

    Methods

    AddMACDPoints()

    Method implementation for add points to the collection

    Declaration
    public void AddMACDPoints()

    GetConvergenceLineColor(DependencyObject)

    Return the Brush Value from the given DependencyObject

    Declaration
    public static Brush GetConvergenceLineColor(DependencyObject obj)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    Returns
    Type
    System.Windows.Media.Brush

    GetDivergenceLineColor(DependencyObject)

    Return the Brush Value from the given DependencyObject

    Declaration
    public static Brush GetDivergenceLineColor(DependencyObject obj)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    Returns
    Type
    System.Windows.Media.Brush

    GetSignalLineInterior(DependencyObject)

    Return the Brush Value from the given DependencyObject

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

    SetConvergenceLineColor(DependencyObject, Brush)

    Set ConvergenceLineColor to the Corresponding DependencyObject from the Given value.

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

    SetDivergenceLineColor(DependencyObject, Brush)

    Set drivergenceLineColor to the Corresponding DependencyObject from the Given value.

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

    SetSignalLineInterior(DependencyObject, Brush)

    Set SignalLineInterior to the Corresponding DependencyObject from the Given value.

    Declaration
    public static void SetSignalLineInterior(DependencyObject obj, Brush value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    System.Windows.Media.Brush value
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved