Common configuration of RadzenBarSeries<T>.
IComponent
IHandleEvent
IHandleAfterRender
RadzenChartComponentBase.SetParametersAsync
RadzenChartComponentBase.ValidateParameters
RadzenChartComponentBase.DidParameterChange
RadzenChartComponentBase.Chart
ComponentBase.BuildRenderTree
ComponentBase.OnInitialized
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenBarOptions : RadzenChartComponentBase, IComponent, IHandleEvent, IHandleAfterRenderCommon configuration of RadzenBarSeries<T>.
public RadzenBarOptions()Gets or sets the height of all bars in pixels. By default it is automatically calculated depending on the chart height.
public double? Height { get; set; }
| Type | Description |
|---|---|
| double? | Gets or sets the height of all bars in pixels. By default it is automatically calculated depending on the chart height. |
Gets or sets the margin between bars.
public double Margin { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the margin between bars. |
Gets or sets the border radius of the bars.
public double Radius { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the border radius of the bars. |