Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartIndicatorMacdLine - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartIndicatorMacdLine

    Options to customize the Macd line of the indicator.

    Inheritance
    System.Object
    ChartSubComponent
    ChartIndicatorMacdLine
    Inherited Members
    ChartSubComponent.PopSubcomponent()
    ChartSubComponent.PushSubcomponent()
    ChartSubComponent.OnParametersSet()
    ChartSubComponent.Dispose(Boolean)
    ChartSubComponent.BuildRenderTree(RenderTreeBuilder)
    ChartSubComponent.ChildContent
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChartIndicatorMacdLine : ChartSubComponent, ISubcomponentTracker

    Constructors

    ChartIndicatorMacdLine()

    Declaration
    public ChartIndicatorMacdLine()

    Properties

    Color

    Defins the color of the Macd line of the indicator.

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    Width

    Defins the width of the Macd line of the indicator.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    OnInitialized()

    Declaration
    protected override void OnInitialized()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved