Class ChartRenderer
Provides a base renderer component for chart subcomponents.
Implements
System.IAsyncDisposable
Inherited Members
Namespace: Syncfusion.Blazor.Toolkit.Charts
Assembly: Syncfusion.Blazor.Toolkit.dll
Syntax
public class ChartRenderer : SfBaseComponent, IAsyncDisposable
Remarks
This component manages render queue integration with the owning SfChart and exposes lifecycle hooks for size/layout changes.
Constructors
ChartRenderer()
Declaration
public ChartRenderer()
Implements
System.IAsyncDisposable