Class RadzenColumnOptions
Common configuration of RadzenColumnSeries<TItem>.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenColumnOptions : RadzenChartComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
RadzenColumnOptions()
Common configuration of RadzenColumnSeries<TItem>.
Declaration
public RadzenColumnOptions()
Properties
Margin
Gets or sets the margin between columns.
Declaration
[Parameter]
public double Margin { get; set; }
Property Value
Type | Description |
---|---|
double | The margin. By default set to |
Radius
Gets or sets the border radius of the bars.
Declaration
[Parameter]
public double Radius { get; set; }
Property Value
Type | Description |
---|---|
double | The radius. Values greater than |
Width
Gets or sets the width of all columns in pixels. By default it is automatically calculated depending on the chart width.
Declaration
[Parameter]
public double? Width { get; set; }
Property Value
Type | Description |
---|---|
double? | The pixel width of the column. By default set to |
Methods
Initialize()
Perform initialization when Chart is set.
Declaration
protected override void Initialize()
Overrides
ShouldRefreshChart(ParameterView)
Determines if RadzenChart should render.
Declaration
protected override bool ShouldRefreshChart(ParameterView parameters)
Parameters
Type | Name | Description |
---|---|---|
ParameterView | parameters | The parameters. |
Returns
Type | Description |
---|---|
bool |