Telerik UI StockChartValueAxisLine.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class StockChartValueAxisLine : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartValueAxisLine
Implements:
Inherited Members
Constructors
C#
public StockChartValueAxisLine()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides:
Properties
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
The color of the line. This will also effect the major and minor ticks, but not the grid lines.
C#
[Parameter]
public string Color { get; set; }