ClassStockChartSeriesBorder
Class
Telerik UI StockChartSeriesBorder.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class StockChartSeriesBorder : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartSeriesBorder
Implements:
Inherited Members
Constructors
StockChartSeriesBorder()
Declaration
public StockChartSeriesBorder()
Properties
Color
The color of the border. It defaults to the color of the current series.
DashType
The dash type of the border.
Opacity
The border opacity.
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