Class RadzenColumnOptions
Common configuration of RadzenColumnSeries<TItem>.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenColumnOptions : RadzenChartComponentBase
Properties
Margin
Gets or sets the margin between columns.
Declaration
public double Margin { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The margin. By default set to |
Radius
Gets or sets the border radius of the bars.
Declaration
public double Radius { get; set; }
Property Value
Type | Description |
---|---|
System.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
public double? Width { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.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 |
---|---|
System.Boolean |