RadzenMarkers Class

Class RadzenMarkers.

Inheritance

Object

ComponentBase

RadzenChartComponentBase

RadzenMarkers

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

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

Syntax

public class RadzenMarkers : RadzenChartComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RadzenMarkerslink

Class RadzenMarkers.

Declaration
public RadzenMarkers()

Properties

Filllink

Gets or sets the fill.

Declaration
public string Fill { get; set; }
Property Value
Type Description
stringGets or sets the fill.

MarkerTypelink

Gets or sets the type of the marker.

Declaration
public MarkerType MarkerType { get; set; }
Property Value
Type Description
MarkerTypeGets or sets the type of the marker.

Serieslink

Sets the series.

Declaration
public IChartSeries Series { set; }
Property Value
Type Description
IChartSeriesSets the series.

Sizelink

Gets or sets the size.

Declaration
public double Size { get; set; }
Property Value
Type Description
doubleGets or sets the size.

Strokelink

Gets or sets the stroke.

Declaration
public string Stroke { get; set; }
Property Value
Type Description
stringGets or sets the stroke.

StrokeWidthlink

Gets or sets the width of the stroke.

Declaration
public double StrokeWidth { get; set; }
Property Value
Type Description
doubleGets or sets the width of the stroke.

Visiblelink

Gets or sets whether marker is visible.

Declaration
public bool Visible { get; set; }
Property Value
Type Description
boolGets or sets whether marker is visible.

Methods

Disposelink

Declaration
public void Dispose()

ShouldRefreshChartlink

Shoulds the refresh chart.

Declaration
protected override bool ShouldRefreshChart(ParameterView parameters)
Parameters
Type Name Description
ParameterView parameters The parameters.
Returns
Type Description
booltrue if XXXX, false otherwise.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙