Blazor

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

    Show / Hide Table of Contents

    Class IBulletLoadedEventArgs

    interface for loaded event

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

    Constructors

    IBulletLoadedEventArgs()

    Declaration
    public IBulletLoadedEventArgs()

    Properties

    BulletChart

    bulletChart

    Declaration
    public BulletChartModel BulletChart { get; set; }
    Property Value
    Type Description
    BulletChartModel

    Name

    name of the event

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

    Theme

    theme

    Declaration
    public ChartTheme Theme { get; set; }
    Property Value
    Type Description
    ChartTheme

    Methods

    Equals(IBulletLoadedEventArgs)

    Returns boolean value by comparing iBulletLoadedEventArgs

    Declaration
    public bool Equals(IBulletLoadedEventArgs iBulletLoadedEventArgs)
    Parameters
    Type Name Description
    IBulletLoadedEventArgs iBulletLoadedEventArgs
    Returns
    Type Description
    System.Boolean

    Implements

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