menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BulletChartBulletTooltipSettingsBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BulletChartBulletTooltipSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    BulletChartBulletTooltipSettingsBuilder
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class BulletChartBulletTooltipSettingsBuilder : ControlBuilder

    Constructors

    BulletChartBulletTooltipSettingsBuilder()

    Declaration
    public BulletChartBulletTooltipSettingsBuilder()

    BulletChartBulletTooltipSettingsBuilder(BulletChartBulletTooltipSettings)

    Declaration
    public BulletChartBulletTooltipSettingsBuilder(BulletChartBulletTooltipSettings model)
    Parameters
    Type Name Description
    BulletChartBulletTooltipSettings model

    Methods

    Border(BulletChartTooltipBorder)

    Options to customize tooltip borders.

    Declaration
    public BulletChartBulletTooltipSettingsBuilder Border(BulletChartTooltipBorder value)
    Parameters
    Type Name Description
    BulletChartTooltipBorder value
    Returns
    Type
    BulletChartBulletTooltipSettingsBuilder

    Border(Action<BulletChartBorderBuilder>)

    Declaration
    public BulletChartBulletTooltipSettingsBuilder Border(Action<BulletChartBorderBuilder> border)
    Parameters
    Type Name Description
    System.Action<BulletChartBorderBuilder> border
    Returns
    Type
    BulletChartBulletTooltipSettingsBuilder

    Enable(Boolean)

    Enables / Disables the visibility of the tooltip.

    Declaration
    public BulletChartBulletTooltipSettingsBuilder Enable(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    BulletChartBulletTooltipSettingsBuilder

    Fill(String)

    The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.

    Declaration
    public BulletChartBulletTooltipSettingsBuilder Fill(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    BulletChartBulletTooltipSettingsBuilder

    Template(String)

    The default value of tooltip template.

    Declaration
    public BulletChartBulletTooltipSettingsBuilder Template(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    BulletChartBulletTooltipSettingsBuilder

    TextStyle(BulletChartBulletLabelStyle)

    Options to customize the ToolTip text.

    Declaration
    public BulletChartBulletTooltipSettingsBuilder TextStyle(BulletChartBulletLabelStyle value)
    Parameters
    Type Name Description
    BulletChartBulletLabelStyle value
    Returns
    Type
    BulletChartBulletTooltipSettingsBuilder

    TextStyle(Action<BulletChartBulletLabelStyleBuilder>)

    Declaration
    public BulletChartBulletTooltipSettingsBuilder TextStyle(Action<BulletChartBulletLabelStyleBuilder> textStyle)
    Parameters
    Type Name Description
    System.Action<BulletChartBulletLabelStyleBuilder> textStyle
    Returns
    Type
    BulletChartBulletTooltipSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved