alexa
menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class MACDType

    Specifies the display type for the MACD indicator in a chart.

    Inheritance
    System.Object
    MACDType
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public sealed class MACDType : Enum

    Fields

    Both

    Displays both the MACD line and histogram.

    Declaration
    public const MACDType Both
    Field Value
    Type
    MACDType

    Histogram

    Displays only the MACD histogram.

    Declaration
    public const MACDType Histogram
    Field Value
    Type
    MACDType

    Line

    Displays only the MACD line.

    Declaration
    public const MACDType Line
    Field Value
    Type
    MACDType

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved