menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MACDType - API Reference

    Show / Hide Table of Contents

    Class MACDType

    Represents the type of indicator.

    Inheritance
    System.Object
    MACDType
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public sealed class MACDType : Enum

    Fields

    Both

    MACD indicator renders line and histogram.

    Declaration
    public const MACDType Both
    Field Value
    Type Description
    MACDType

    Histogram

    MACD indicator renders histogram only.

    Declaration
    public const MACDType Histogram
    Field Value
    Type Description
    MACDType

    Line

    MACD indicator renders line only.

    Declaration
    public const MACDType Line
    Field Value
    Type Description
    MACDType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved