Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SmithChartSeriesRenderEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SmithChartSeriesRenderEventArgs

    Specifies the Series Render Event arguments.

    Inheritance
    System.Object
    Syncfusion.Blazor.Charts.SmithChartBaseEventArgs
    SmithChartSeriesRenderEventArgs
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SmithChartSeriesRenderEventArgs : SmithChartBaseEventArgs

    Constructors

    SmithChartSeriesRenderEventArgs()

    Declaration
    public SmithChartSeriesRenderEventArgs()

    Properties

    Fill

    Defines the current series fill.

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

    Index

    Defines the current series index.

    Declaration
    public double Index { get; set; }
    Property Value
    Type Description
    System.Double

    Text

    Defines name of the event.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved