Class ChartIndicatorMacdLine
Options to customize the Macd line of the indicator.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartIndicatorMacdLine : ChartSubComponent, ISubcomponentTracker
Constructors
ChartIndicatorMacdLine()
Declaration
public ChartIndicatorMacdLine()
Properties
Color
Gets or sets the color of the Macd line of the indicator.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the color of the Macd line. The default is "#ff9933". |
Remarks
Use valid hex or rgba CSS color strings for the color value.
Width
Gets or sets the width of the Macd line of the indicator.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double representing the width of the Macd line. The default value is 2. |
Methods
OnInitialized()
Declaration
protected override void OnInitialized()