ClassStockChartValueAxisLine
Class
Telerik UI StockChartValueAxisLine.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class StockChartValueAxisLine : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartValueAxisLine
Implements:
Inherited Members
Constructors
StockChartValueAxisLine()
Declaration
public StockChartValueAxisLine()
Properties
Color
The color of the line. This will also effect the major and minor ticks, but not the grid lines.
DashType
The dash type of the line.
Visible
The visibility of the line.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnAfterRender(bool)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
firstRender
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides