Table of Contents

Class RadzenColumnOptions

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

Common configuration of RadzenColumnSeries<TItem>.

public class RadzenColumnOptions : RadzenChartComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
RadzenColumnOptions
Implements
Inherited Members

Constructors

RadzenColumnOptions()

public RadzenColumnOptions()

Properties

Margin

Gets or sets the margin between columns.

[Parameter]
public double Margin { get; set; }

Property Value

double

The margin. By default set to 10

Radius

Gets or sets the border radius of the bars.

[Parameter]
public double Radius { get; set; }

Property Value

double

The radius. Values greater than 0 make rounded corners.

Width

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

[Parameter]
public double? Width { get; set; }

Property Value

double?

The pixel width of the column. By default set to null

Methods

Initialize()

protected override void Initialize()

ShouldRefreshChart(ParameterView)

protected override bool ShouldRefreshChart(ParameterView parameters)

Parameters

parameters ParameterView

Returns

bool