ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class PivotViewPivotTooltipSettings

    Inheritance
    System.Object
    EJTagHelper
    PivotViewPivotTooltipSettings
    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.IsCollection
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotViewPivotTooltipSettings : EJTagHelper

    Constructors

    PivotViewPivotTooltipSettings()

    Declaration
    public PivotViewPivotTooltipSettings()

    Properties

    Border

    Allows options to customize tooltip borders.

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

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Enable

    Allows to set the visibility of the tooltip.

    Declaration
    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
    public bool EnableAnimation { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableMarker

    Allows to set the visibility of the marker.

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

    Fill

    Allows to set 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

    Format

    Allows to set the format the ToolTip content.

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

    Header

    Allows to set the header for tooltip.

    Declaration
    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

    Allows to set 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

    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
    public bool Shared { get; set; }
    Property Value
    Type Description
    System.Boolean

    Template

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

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

    TextStyle

    Allows options to customize the ToolTip text.

    Declaration
    public TooltipTextStyle TextStyle { get; set; }
    Property Value
    Type Description
    TooltipTextStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved