Class RadzenMarkers
Class RadzenMarkers.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenMarkers : RadzenChartComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
RadzenMarkers()
Class RadzenMarkers.
Declaration
public RadzenMarkers()
Properties
Fill
Gets or sets the fill.
Declaration
[Parameter]
public string Fill { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The fill. |
MarkerType
Gets or sets the type of the marker.
Declaration
[Parameter]
public MarkerType MarkerType { get; set; }
Property Value
| Type | Description |
|---|---|
| MarkerType | The type of the marker. |
Series
Sets the series.
Declaration
[CascadingParameter]
public IChartSeries Series { set; }
Property Value
| Type | Description |
|---|---|
| IChartSeries | The series. |
Size
Gets or sets the size.
Declaration
[Parameter]
public double Size { get; set; }
Property Value
| Type | Description |
|---|---|
| double | The size. |
Stroke
Gets or sets the stroke.
Declaration
[Parameter]
public string Stroke { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The stroke. |
StrokeWidth
Gets or sets the width of the stroke.
Declaration
[Parameter]
public double StrokeWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| double | The width of the stroke. |
Visible
Gets or sets whether marker is visible.
Declaration
[Parameter]
public bool Visible { get; set; }
Property Value
| Type | Description |
|---|---|
| bool | Visibility. |
Methods
ShouldRefreshChart(ParameterView)
Shoulds the refresh chart.
Declaration
protected override bool ShouldRefreshChart(ParameterView parameters)
Parameters
| Type | Name | Description |
|---|---|---|
| ParameterView | parameters | The parameters. |
Returns
| Type | Description |
|---|---|
| bool |
|