Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenMarkers

    Class RadzenMarkers.

    Inheritance
    System.Object
    RadzenChartComponentBase
    RadzenMarkers
    Inherited Members
    RadzenChartComponentBase.Chart
    RadzenChartComponentBase.Initialize()
    RadzenChartComponentBase.SetParametersAsync(ParameterView)
    RadzenChartComponentBase.ValidateParameters()
    RadzenChartComponentBase.DidParameterChange<T>(ParameterView, String, T)
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenMarkers : RadzenChartComponentBase

    Properties

    Fill

    Gets or sets the fill.

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    The fill.

    MarkerType

    Gets or sets the type of the marker.

    Declaration
    public MarkerType MarkerType { get; set; }
    Property Value
    Type Description
    MarkerType

    The type of the marker.

    Series

    Sets the series.

    Declaration
    public IChartSeries Series { set; }
    Property Value
    Type Description
    IChartSeries

    The series.

    Size

    Gets or sets the size.

    Declaration
    public double Size { get; set; }
    Property Value
    Type Description
    System.Double

    The size.

    Stroke

    Gets or sets the stroke.

    Declaration
    public string Stroke { get; set; }
    Property Value
    Type Description
    System.String

    The stroke.

    StrokeWidth

    Gets or sets the width of the stroke.

    Declaration
    public double StrokeWidth { get; set; }
    Property Value
    Type Description
    System.Double

    The width of the stroke.

    Visible

    Gets or sets whether marker is visible.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    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
    System.Boolean

    true if XXXX, false otherwise.

    Overrides
    RadzenChartComponentBase.ShouldRefreshChart(ParameterView)

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT