Blazor

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

    Show / Hide Table of Contents

    Class IBulletTemplate

    Bullet chart tooltip template

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

    Constructors

    IBulletTemplate()

    Declaration
    public IBulletTemplate()

    Properties

    Category

    Defines the category values

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

    Target

    Defines the target value of the comparative bar

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

    Value

    Defines the actual value of the feature bar

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

    Methods

    Equals(IBulletTemplate)

    Returns a boolean by comparing iBulletTemplate

    Declaration
    public bool Equals(IBulletTemplate iBulletTemplate)
    Parameters
    Type Name Description
    IBulletTemplate iBulletTemplate
    Returns
    Type Description
    System.Boolean

    Implements

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