Telerik UI StockChartCategoryAxis. Children: StockChartCategoryAxisTitle, StockChartCategoryAxisLabels, StockChartCategoryAxisLine, StockChartCategoryAxisMajorGridLines, StockChartCategoryAxisMajorTicks, StockChartCategoryAxisMinorGridLines, StockChartCategoryAxisMinorTicks, StockChartCategoryAxisPlotBands, StockChartCategoryAxisCrosshair, StockChartCategoryAxisAutoBaseUnitSteps.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class StockChartCategoryAxis : DataVizCollectionItemComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionItemComponentStockChartCategoryAxis
Implements:
Inherited Members
Constructors
public StockChartCategoryAxis()
Properties
Category index at which the first value axis crosses this axis. (Only for object)Category indicies at which the value axes cross the category axis. (Only for array)Note: Specify an index greater than or equal to the number of categories to denote the far end of the axis.
[Parameter]
public object[] AxisCrossingValue { get; set; }
The background color of the axis.
[Parameter]
public string Background { get; set; }
Specifies the base time interval for the axis.
[Parameter]
public ChartCategoryAxisBaseUnit? BaseUnit { get; set; }
The step (interval) between categories in base units. Setting it to "auto" will set the step to such value that the total number of categories does not exceed categoryAxis.maxDateGroups.This option is ignored if categoryAxis.baseUnit is set to "fit".
[Parameter]
public object BaseUnitStep { get; set; }
[Parameter]
public RenderFragment ChildContent { get; set; }
Color to apply to all axis elements. Any valid CSS color string will work here, including hex and rgb. Individual color settings for line and labels take priority.
[Parameter]
public string Color { get; set; }
The data field containing the category name.
[Parameter]
public string Field { get; set; }
Specifies the maximum number of groups (categories) to produce when either baseUnit is set to "fit" or baseUnitStep is set to "auto".This option is ignored in all other cases.The default value is approximately equal to [widget width, px] / 30
[Parameter]
public double? MaxDateGroups { get; set; }
Reverses the axis direction - categories are listed from right to left and from top to bottom.
[Parameter]
public bool? Reverse { get; set; }
The axis type.
[Parameter]
public ChartCategoryAxisType? Type { get; set; }
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
protected override void OnInitialized()
Overrides:
protected override void OnParametersSet()
Overrides: