Class RadzenSparkline
A sparkline is a small chart that provides a simple way to visualize trends in data.
Implements
IDisposable
Inherited Members
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
Implements
IDisposable