menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartDataBoundComponent - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartDataBoundComponent

    Represents the base component for data-bound chart components in Syncfusion Blazor Charts.

    Inheritance
    System.Object
    SfBaseComponent
    SfDataBoundComponent
    ChartDataBoundComponent
    ChartSeries
    Inherited Members
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.OnInitializedAsync()
    SfDataBoundComponent.OnParametersSetAsync()
    SfDataBoundComponent.SetDataManager<T>(Object)
    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved