menu

Blazor

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

    Show / Hide Table of Contents

    Class SmithChartEvents

    Chart events are defined by this class.

    Inheritance
    System.Object
    SfBaseComponent
    SmithChartEvents
    Inherited Members
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.GetEffectivePlatform()
    SfBaseComponent.GetMainComponentPlatform()
    SfBaseComponent.IsMainLicenseComponent()
    SfBaseComponent.LicenseContext
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.OnInitializedAsync()
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    SfBaseComponent.ValidateLicense()
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SmithChartEvents : SfBaseComponent

    Constructors

    SmithChartEvents()

    Declaration
    public SmithChartEvents()

    Properties

    AxisLabelRendering

    Triggers before each axis label is rendered.

    Declaration
    public Action<SmithChartAxisLabelRenderEventArgs> AxisLabelRendering { get; set; }
    Property Value
    Type
    System.Action<SmithChartAxisLabelRenderEventArgs>

    LegendRendering

    Triggers before the legend is rendered.

    Declaration
    public Action<SmithChartLegendRenderEventArgs> LegendRendering { get; set; }
    Property Value
    Type
    System.Action<SmithChartLegendRenderEventArgs>

    Loaded

    Triggers when the chart rendering completed.

    Declaration
    public Action<SmithChartLoadedEventArgs> Loaded { get; set; }
    Property Value
    Type
    System.Action<SmithChartLoadedEventArgs>

    OnExportComplete

    Triggers after export is completed.

    Declaration
    public Action<SmithChartExportEventArgs> OnExportComplete { get; set; }
    Property Value
    Type
    System.Action<SmithChartExportEventArgs>

    OnPrintComplete

    Triggers after print is completed.

    Declaration
    public Action OnPrintComplete { get; set; }
    Property Value
    Type
    System.Action

    SeriesRender

    Triggers when the series is rendering.

    Declaration
    public Action<SmithChartSeriesRenderEventArgs> SeriesRender { get; set; }
    Property Value
    Type
    System.Action<SmithChartSeriesRenderEventArgs>

    SizeChanged

    Triggers when the window is re-sizing.

    Declaration
    public Action<SmithChartResizeEventArgs> SizeChanged { get; set; }
    Property Value
    Type
    System.Action<SmithChartResizeEventArgs>

    SubtitleRendering

    Triggers before the sub-title is rendered.

    Declaration
    public Action<SubTitleRenderEventArgs> SubtitleRendering { get; set; }
    Property Value
    Type
    System.Action<SubTitleRenderEventArgs>

    TextRendering

    Triggers before the data label text is rendered.

    Declaration
    public Action<SmithChartTextRenderEventArgs> TextRendering { get; set; }
    Property Value
    Type
    System.Action<SmithChartTextRenderEventArgs>

    TitleRendering

    Triggers before the title is rendered.

    Declaration
    public Action<TitleRenderEventArgs> TitleRendering { get; set; }
    Property Value
    Type
    System.Action<TitleRenderEventArgs>

    TooltipRender

    Triggers before the tooltip rendering.

    Declaration
    public Action<SmithChartTooltipEventArgs> TooltipRender { get; set; }
    Property Value
    Type
    System.Action<SmithChartTooltipEventArgs>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved