ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class StockChartTooltipSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    StockChartTooltipSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class StockChartTooltipSettings : EJTagHelper

    Constructors

    StockChartTooltipSettings()

    Declaration
    public StockChartTooltipSettings()

    Properties

    Border

    Options to customize tooltip borders.

    Declaration
    [HtmlAttributeName("border")]
    public StockChartBorder Border { get; set; }
    Property Value
    Type Description
    StockChartBorder

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Duration

    Duration for the ToolTip animation.

    Declaration
    [HtmlAttributeName("duration")]
    public double Duration { get; set; }
    Property Value
    Type Description
    System.Double

    Enable

    Enables / Disables the visibility of the tooltip.

    Declaration
    [HtmlAttributeName("enable")]
    public bool Enable { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableAnimation

    If set to true, ToolTip will animate while moving from one point to another.

    Declaration
    [HtmlAttributeName("enableAnimation")]
    public bool EnableAnimation { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableMarker

    Enables / Disables the visibility of the marker.

    Declaration
    [HtmlAttributeName("enableMarker")]
    public bool EnableMarker { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableTextWrap

    To wrap the tooltip long text based on available space. This is only application for chart tooltip.

    Declaration
    [HtmlAttributeName("enableTextWrap")]
    public bool EnableTextWrap { get; set; }
    Property Value
    Type Description
    System.Boolean

    FadeOutDuration

    Fade Out duration for the ToolTip hide.

    Declaration
    [HtmlAttributeName("fadeOutDuration")]
    public double FadeOutDuration { get; set; }
    Property Value
    Type Description
    System.Double

    FadeOutMode

    Fade Out duration for the Tooltip hide.

    Declaration
    [HtmlAttributeName("fadeOutMode")]
    public FadeOutMode FadeOutMode { get; set; }
    Property Value
    Type Description
    FadeOutMode

    Fill

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

    Declaration
    [HtmlAttributeName("fill")]
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    Format

    Format the ToolTip content.

    Declaration
    [HtmlAttributeName("format")]
    public string Format { get; set; }
    Property Value
    Type Description
    System.String

    Header

    Header for tooltip.

    Declaration
    [HtmlAttributeName("header")]
    public string Header { get; set; }
    Property Value
    Type Description
    System.String

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    Opacity

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

    Declaration
    [HtmlAttributeName("opacity")]
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    Shared

    If set to true, a single ToolTip will be displayed for every index.

    Declaration
    [HtmlAttributeName("shared")]
    public bool Shared { get; set; }
    Property Value
    Type Description
    System.Boolean

    Template

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

    Declaration
    [HtmlAttributeName("template")]
    public string Template { get; set; }
    Property Value
    Type Description
    System.String

    TextStyle

    Options to customize the ToolTip text.

    Declaration
    [HtmlAttributeName("textStyle")]
    public StockChartFont TextStyle { get; set; }
    Property Value
    Type Description
    StockChartFont
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved