menu

Blazor

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

    Show / Hide Table of Contents

    Class MacdType

    Specifies the type of technical indicators.

    Inheritance
    System.Object
    MacdType
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class MacdType : Enum

    Fields

    Both

    Predicts the trend using both line and histogram approaches.

    Declaration
    public const MacdType Both
    Field Value
    Type
    MacdType

    Histogram

    Predicts the trend using a histogram approach.

    Declaration
    public const MacdType Histogram
    Field Value
    Type
    MacdType

    Line

    Predicts the trend using a simple moving average approach.

    Declaration
    public const MacdType Line
    Field Value
    Type
    MacdType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved