Class StockChartValueAxis
Inheritance
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class StockChartValueAxis : DataVizCollectionItemComponent, IDisposable
Constructors
StockChartValueAxis()
Declaration
public StockChartValueAxis()
Properties
AxisCrossingValue
Value at which the category axis crosses this axis. (Only for object)Value indicies at which the category axes cross the value axis. (Only for array)Date at which the category axis crosses this axis. (Only for date)
Declaration
public object[] AxisCrossingValue { get; set; }
Property Value
System.Object[]
|
Background
The background color of the axis.
Declaration
public string Background { get; set; }
Property Value
System.String
|
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Color
Color to apply to all axis elements. Individual color settings for line and labels take priority. Any valid CSS color string will work here, including hex and rgb.
Declaration
public string Color { get; set; }
Property Value
System.String
|
Max
The maximum value of the axis. This is often used in combination with the min configuration option.
Declaration
public Nullable<double> Max { get; set; }
Property Value
System.Nullable<System.Double>
|
Min
The minimum value of the axis. This is often used in combination with the max configuration option.
Declaration
public Nullable<double> Min { get; set; }
Property Value
System.Nullable<System.Double>
|
Name
The unique axis name.
Declaration
public string Name { get; set; }
Property Value
System.String
|
Type
Specifies the axis type.
Declaration
public Nullable<ChartValueAxisType> Type { get; set; }
Property Value
System.Nullable<ChartValueAxisType>
|
Visible
The visibility of the axis.
Declaration
public Nullable<bool> Visible { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
Dispose()
Declaration
public override void Dispose()
Overrides
OnAfterRender(Boolean)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
System.Boolean
firstRender
|
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()