Class RadzenMarkers.
IComponent
IHandleEvent
IHandleAfterRender
RadzenChartComponentBase.Initialize
RadzenChartComponentBase.SetParametersAsync
RadzenChartComponentBase.ValidateParameters
RadzenChartComponentBase.DidParameterChange
RadzenChartComponentBase.Chart
ComponentBase.BuildRenderTree
ComponentBase.OnInitialized
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenMarkers : RadzenChartComponentBase, IComponent, IHandleEvent, IHandleAfterRenderGets or sets the fill.
public string Fill { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the fill. |
Gets or sets the type of the marker.
public MarkerType MarkerType { get; set; }
| Type | Description |
|---|---|
| MarkerType | Gets or sets the type of the marker. |
Sets the series.
public IChartSeries Series { set; }
| Type | Description |
|---|---|
| IChartSeries | Sets the series. |
Gets or sets the size.
public double Size { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the size. |
Gets or sets the stroke.
public string Stroke { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the stroke. |
Gets or sets the width of the stroke.
public double StrokeWidth { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the width of the stroke. |
Gets or sets whether marker is visible.
public bool Visible { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets whether marker is visible. |
Shoulds the refresh chart.
protected override bool ShouldRefreshChart(ParameterView parameters)
| Type | Name | Description |
|---|---|---|
| ParameterView | parameters | The parameters. |
| Type | Description |
|---|---|
| bool | true if XXXX, false otherwise. |