menu

Blazor

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

    Show / Hide Table of Contents

    Class ChartSubComponent

    Abstract base class for chart subcomponents in Syncfusion Blazor Charts.

    Inheritance
    System.Object
    ChartSubComponent
    ChartAnnotation
    ChartAnnotations
    ChartArea
    ChartAxes
    ChartAxis
    ChartAxisCrosshairTooltip
    ChartAxisLabelBorder
    ChartAxisLineStyle
    ChartAxisMajorGridLines
    ChartAxisMajorTickLines
    ChartAxisMinorGridLines
    ChartAxisMinorTickLines
    ChartAxisMultiLevelLabelBorder
    ChartCategories
    ChartCategory
    ChartColumn
    ChartColumns
    ChartCommonMarker
    ChartCommonScrollbarSettings
    ChartCommonScrollbarSettingsRange
    ChartCornerRadius
    ChartCrosshairSettings
    ChartDataEditSettings
    ChartDataLabel
    ChartDefaultAnimation
    ChartDefaultBorder
    ChartDefaultConnector
    ChartDefaultFont
    ChartDefaultLocation
    ChartDefaultMargin
    ChartDefaultSelectedData
    ChartEmptyPointSettings
    ChartErrorBarCapSettings
    ChartErrorBarSettings
    ChartEvents
    ChartIndicator
    ChartIndicatorLowerLine
    ChartIndicatorMacdLine
    ChartIndicatorPeriodLine
    ChartIndicators
    ChartIndicatorUpperLine
    ChartLegendSettings
    ChartMultiLevelLabel
    ChartMultiLevelLabels
    ChartRow
    ChartRows
    ChartSegment
    ChartSegments
    ChartSelectedDataIndexes
    ChartSeriesBorder
    ChartSeriesCollection
    ChartSorting
    ChartStripline
    ChartStriplines
    ChartTooltipSettings
    ChartTrendline
    ChartTrendlines
    ChartZoomSettings
    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved