menu

Blazor

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

    Show / Hide Table of Contents

    Class ChartDataBoundComponent

    Inheritance
    System.Object
    SfBaseComponent
    SfDataBoundComponent
    ChartDataBoundComponent
    ChartSeries
    Inherited Members
    SfDataBoundComponent.SetDataManager<T>(Object)
    SfDataBoundComponent.OnInitializedAsync()
    SfDataBoundComponent.OnParametersSetAsync()
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChartDataBoundComponent : SfDataBoundComponent, ISubcomponentTracker

    Constructors

    ChartDataBoundComponent()

    Declaration
    public ChartDataBoundComponent()

    Properties

    ChildContent

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment

    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()

    PopSubcomponent()

    Declaration
    public void PopSubcomponent()

    PushSubcomponent()

    Declaration
    public void PushSubcomponent()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved