StockChartValueAxis
Telerik UI StockChartValueAxis. Children: StockChartValueAxisCrosshair, StockChartValueAxisLabels, StockChartValueAxisLine, StockChartValueAxisMajorGridLines, StockChartValueAxisMajorTicks, StockChartValueAxisMinorGridLines, StockChartValueAxisMinorTicks, StockChartValueAxisPlotBands, StockChartValueAxisTitle.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class StockChartValueAxis : DataVizCollectionItemComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionItemComponentStockChartValueAxis
Implements:
Inherited Members
Constructors
public StockChartValueAxis()
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
protected override void OnInitialized()
Overrides:
protected override void OnParametersSet()
Overrides:
Properties
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)
[Parameter]
public object[] AxisCrossingValue { get; set; }
The background color of the axis.
[Parameter]
public string Background { get; set; }
[Parameter]
public RenderFragment ChildContent { get; set; }
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.
[Parameter]
public string Color { get; set; }
The maximum value of the axis. This is often used in combination with the min configuration option.
[Parameter]
public double? Max { get; set; }
The minimum value of the axis. This is often used in combination with the max configuration option.
[Parameter]
public double? Min { get; set; }
Specifies the axis type.
[Parameter]
public ChartValueAxisType? Type { get; set; }