Common configuration of RadzenColumnSeries<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 RadzenColumnOptions : RadzenChartComponentBase, IComponent, IHandleEvent, IHandleAfterRenderCommon configuration of RadzenColumnSeries<T>.
public RadzenColumnOptions()Gets or sets the margin between columns.
public double Margin { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the margin between columns. |
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. |
Gets or sets the width of all columns in pixels. By default it is automatically calculated depending on the chart width.
public double? Width { get; set; }
| Type | Description |
|---|---|
| double? | Gets or sets the width of all columns in pixels. By default it is automatically calculated depending on the chart width. |