Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenSparkline

    A sparkline is a small chart that provides a simple way to visualize trends in data.

    Inheritance
    System.Object
    RadzenComponent
    RadzenChart
    RadzenSparkline
    Implements
    IDisposable
    Inherited Members
    RadzenChart.ColorScheme
    RadzenChart.SeriesClick
    RadzenChart.LegendClick
    RadzenChart.Width
    RadzenChart.Height
    RadzenChart.MarginTop
    RadzenChart.MarginLeft
    RadzenChart.MarginRight
    RadzenChart.MarginBottom
    RadzenChart.ChildContent
    RadzenChart.GetSeries()
    RadzenChart.ShouldRenderAxes()
    RadzenChart.Resize(Double, Double)
    RadzenChart.MouseMove(Double, Double)
    RadzenChart.ClickTolerance
    RadzenChart.TooltipTolerance
    RadzenChart.Click(Double, Double)
    RadzenChart.DisplayTooltipFor(IChartSeries, Object)
    RadzenChart.OnAfterRenderAsync(Boolean)
    RadzenChart.OnInitialized()
    RadzenChart.SetParametersAsync(ParameterView)
    RadzenChart.Reload()
    RadzenChart.Dispose()
    RadzenChart.GetComponentCssClass()
    RadzenComponent.Attributes
    RadzenComponent.Element
    RadzenComponent.MouseEnter
    RadzenComponent.MouseLeave
    RadzenComponent.ContextMenu
    RadzenComponent.Culture
    RadzenComponent.DefaultCulture
    RadzenComponent.OnMouseEnter()
    RadzenComponent.OnMouseLeave()
    RadzenComponent.OnContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.Style
    RadzenComponent.Visible
    RadzenComponent.GetCssClass()
    RadzenComponent.GetId()
    RadzenComponent.Debounce(Func<Task>, Int32)
    RadzenComponent.UniqueID
    RadzenComponent.JSRuntime
    RadzenComponent.IsJSRuntimeAvailable
    RadzenComponent.Reference
    RadzenComponent.RaiseContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.RaiseMouseEnter()
    RadzenComponent.RaiseMouseLeave()
    RadzenComponent.CurrentStyle
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenSparkline : RadzenChart, IDisposable

    Constructors

    RadzenSparkline()

    Instantiates a new instance of RadzenSparkline.

    Declaration
    public RadzenSparkline()

    Methods

    UpdateScales()

    Updates the scales based on the configuration.

    Declaration
    protected override bool UpdateScales()
    Returns
    Type Description
    System.Boolean

    True if the chart should refresh; otherwise false;

    Overrides
    RadzenChart.UpdateScales()

    Implements

    IDisposable

    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