menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeNavigatorRangeTooltipSettings - API Reference

    Show / Hide Table of Contents

    Class RangeNavigatorRangeTooltipSettings

    Inheritance
    System.Object
    EJTagHelper
    RangeNavigatorRangeTooltipSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RangeNavigatorRangeTooltipSettings : EJTagHelper

    Constructors

    RangeNavigatorRangeTooltipSettings()

    Declaration
    public RangeNavigatorRangeTooltipSettings()

    Properties

    Border

    Options to customize tooltip borders.

    Declaration
    public RangeNavigatorBorder Border { get; set; }
    Property Value
    Type Description
    RangeNavigatorBorder

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    DisplayMode

    It defines display mode for tooltip.

    Declaration
    public TooltipDisplayMode DisplayMode { get; set; }
    Property Value
    Type Description
    TooltipDisplayMode

    The default value is TooltipDisplayMode.OnDemand

    Enable

    Enables / Disables the visibility of the tooltip.

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

    The default value is false

    Fill

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

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

    The default value is null

    Format

    Format the ToolTip content.

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

    The default value is null

    Opacity

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

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

    Template

    Custom template to format the ToolTip content. Use ${value} as the placeholder text to display the corresponding data point.

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

    The default value is null

    TextStyle

    Options to customize the ToolTip text.

    Declaration
    public RangeNavigatorFont TextStyle { get; set; }
    Property Value
    Type Description
    RangeNavigatorFont

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved