Class RadzenBarOptions
Common configuration of RadzenBarSeries<TItem>.
public class RadzenBarOptions : RadzenChartComponentBase, IComponent, IHandleEvent, IHandleAfterRender
- Inheritance
-
RadzenBarOptions
- Implements
- Inherited Members
Constructors
RadzenBarOptions()
public RadzenBarOptions()
Properties
Height
Gets or sets the height of all bars in pixels. By default it is automatically calculated depending on the chart height.
[Parameter]
public double? Height { get; set; }
Property Value
- double?
The pixel height of the bar. By default set to
null
Margin
Gets or sets the margin between bars.
[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.
Methods
Initialize()
protected override void Initialize()
ShouldRefreshChart(ParameterView)
protected override bool ShouldRefreshChart(ParameterView parameters)
Parameters
parameters
ParameterView