Table of Contents

Class RadzenMarkers

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

Class RadzenMarkers.

public class RadzenMarkers : RadzenChartComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
RadzenMarkers
Implements
Inherited Members

Constructors

RadzenMarkers()

public RadzenMarkers()

Properties

Fill

Gets or sets the fill.

[Parameter]
public string Fill { get; set; }

Property Value

string

The fill.

MarkerType

Gets or sets the type of the marker.

[Parameter]
public MarkerType MarkerType { get; set; }

Property Value

MarkerType

The type of the marker.

Series

Sets the series.

[CascadingParameter]
public IChartSeries Series { set; }

Property Value

IChartSeries

The series.

Size

Gets or sets the size.

[Parameter]
public double Size { get; set; }

Property Value

double

The size.

Stroke

Gets or sets the stroke.

[Parameter]
public string Stroke { get; set; }

Property Value

string

The stroke.

StrokeWidth

Gets or sets the width of the stroke.

[Parameter]
public double StrokeWidth { get; set; }

Property Value

double

The width of the stroke.

Visible

Gets or sets whether marker is visible.

[Parameter]
public bool Visible { get; set; }

Property Value

bool

Visibility.

Methods

ShouldRefreshChart(ParameterView)

Shoulds the refresh chart.

protected override bool ShouldRefreshChart(ParameterView parameters)

Parameters

parameters ParameterView

The parameters.

Returns

bool

true if XXXX, false otherwise.