Class ChartIndicatorPeriodLine
Options to customize the Lower line of the indicator.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartIndicatorPeriodLine : ChartSubComponent, ISubcomponentTracker
Constructors
ChartIndicatorPeriodLine()
Declaration
public ChartIndicatorPeriodLine()
Properties
Color
Defins the color of the period line of the indicator.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Width
Defins the width of the period line of the indicator.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
OnInitialized()
Declaration
protected override void OnInitialized()