Blazor

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

    Show / Hide Table of Contents

    Class ISmithchartSeriesRenderEventArgs

    Specifies the Series Render Event arguments.

    Inheritance
    System.Object
    ISmithchartSeriesRenderEventArgs
    Implements
    System.IEquatable<ISmithchartSeriesRenderEventArgs>
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ISmithchartSeriesRenderEventArgs : Object, IEquatable<ISmithchartSeriesRenderEventArgs>

    Constructors

    ISmithchartSeriesRenderEventArgs()

    Declaration
    public ISmithchartSeriesRenderEventArgs()

    Properties

    Cancel

    Defines the event cancel status

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    Fill

    Defines the current series fill

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

    Name

    Defines the name of the event

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

    Text

    Defines name of the event

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

    Methods

    Equals(ISmithchartSeriesRenderEventArgs)

    Declaration
    public bool Equals(ISmithchartSeriesRenderEventArgs iSmithchartSeriesRenderEventArgs)
    Parameters
    Type Name Description
    ISmithchartSeriesRenderEventArgs iSmithchartSeriesRenderEventArgs
    Returns
    Type Description
    System.Boolean

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved