RadzenColumnOptions Class

Common configuration of RadzenColumnSeries<T>.

Inheritance

Object

ComponentBase

RadzenChartComponentBase

RadzenColumnOptions

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

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

Syntax

public class RadzenColumnOptions : RadzenChartComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RadzenColumnOptionslink

Common configuration of RadzenColumnSeries<T>.

Declaration
public RadzenColumnOptions()

Properties

Marginlink

Gets or sets the margin between columns.

Declaration
public double Margin { get; set; }
Property Value
Type Description
doubleGets or sets the margin between columns.

Radiuslink

Gets or sets the border radius of the bars.

Declaration
public double Radius { get; set; }
Property Value
Type Description
doubleGets or sets the border radius of the bars.

Widthlink

Gets or sets the width of all columns in pixels. By default it is automatically calculated depending on the chart width.

Declaration
public double? Width { get; set; }
Property Value
Type Description
double?Gets or sets the width of all columns in pixels. By default it is automatically calculated depending on the chart width.

Methods

Initializelink

Declaration
protected override void Initialize()

ShouldRefreshChartlink

Declaration
protected override bool ShouldRefreshChart(ParameterView parameters)
Parameters
Type Name Description
ParameterView parameters
Returns
Type Description
bool
An error has occurred. This app may no longer respond until reloaded. Reload 🗙