Class ChartDataBoundComponent
Represents the base component for data-bound chart components in Syncfusion Blazor Charts.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartDataBoundComponent : SfDataBoundComponent, ISubcomponentTracker
Constructors
ChartDataBoundComponent()
Declaration
public ChartDataBoundComponent()
Properties
ChildContent
Gets or sets the content to render inside this SfChart component.
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 SfChart component. |
Remarks
This property is used to include additional components or HTML elements as children within the SfChart component, allowing for customization and enrichment of the chart's visual representation.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | builder |
OnParametersSet()
Declaration
protected override void OnParametersSet()