ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartCrosshairTooltipBuilder - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartCrosshairTooltipBuilder

    Inheritance
    System.Object
    ControlBuilder
    ChartCrosshairTooltipBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartCrosshairTooltipBuilder : ControlBuilder

    Constructors

    ChartCrosshairTooltipBuilder()

    Declaration
    public ChartCrosshairTooltipBuilder()

    ChartCrosshairTooltipBuilder(ChartCrosshairTooltip)

    Declaration
    public ChartCrosshairTooltipBuilder(ChartCrosshairTooltip model)
    Parameters
    Type Name Description
    ChartCrosshairTooltip model

    Methods

    Enable(Object)

    If set to true, crosshair ToolTip will be visible. @default false

    Declaration
    public ChartCrosshairTooltipBuilder Enable(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type Description
    ChartCrosshairTooltipBuilder

    Fill(String)

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

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

    TextStyle(Object)

    Options to customize the crosshair ToolTip text.

    Declaration
    public ChartCrosshairTooltipBuilder TextStyle(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type Description
    ChartCrosshairTooltipBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved