Class RadzenBarOptions
Common configuration of RadzenBarSeries<TItem>.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenBarOptions : RadzenChartComponentBase
Properties
Height
Gets or sets the height of all bars in pixels. By default it is automatically calculated depending on the chart height.
Declaration
public double? Height { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> | The pixel height of the bar. By default set to |
Margin
Gets or sets the margin between bars.
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 |
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 |