menu

Blazor

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

    Show / Hide Table of Contents

    Class SeriesRenderEventArgs

    Specifies the event arguments available on chart series render.

    Inheritance
    System.Object
    Syncfusion.Blazor.Charts.BaseEventArgs
    SeriesRenderEventArgs
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SeriesRenderEventArgs : BaseEventArgs

    Properties

    Data

    Gets or sets the current series data.

    Declaration
    public IEnumerable<object> Data { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.Object>

    A collection of objects that represent the series data.

    Remarks

    This property provides access to the data utilized during series rendering.

    Fill

    Gets or sets the current series fill color.

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    Remarks

    The fill color is used to visually distinguish this series from others.

    Series

    Defines the current series.

    Declaration
    public ChartSeries Series { get; }
    Property Value
    Type Description
    ChartSeries

    The ChartSeries object representing the current series.

    Remarks

    Provides context about the chart series automatically engaging in rendering.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved