Class ChartSubComponent
Abstract base class for chart subcomponents in Syncfusion Blazor Charts.
Inheritance
System.Object
ChartSubComponent
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public abstract class ChartSubComponent : OwningComponentBase, ISubcomponentTracker
Constructors
ChartSubComponent()
Declaration
protected ChartSubComponent()
Properties
ChildContent
Gets or sets the content to be rendered inside this subcomponent.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.RenderFragment | A Microsoft.AspNetCore.Components.RenderFragment representing the child content to be rendered inside the subcomponent. |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | builder |
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnParametersSet()
Declaration
protected override void OnParametersSet()