Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeMapTooltipArgs

    Show / Hide Table of Contents

    Class TreeMapTooltipArgs

    Specifies the event arguments available for the tooltip events in the treemap component.

    Inheritance
    System.Object
    Syncfusion.Blazor.TreeMap.BaseEventArgs
    TreeMapTooltipArgs
    Namespace: Syncfusion.Blazor.TreeMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TreeMapTooltipArgs : BaseEventArgs

    Constructors

    TreeMapTooltipArgs()

    Declaration
    public TreeMapTooltipArgs()

    Properties

    Data

    Defines the data for rendering the tooltip.

    Declaration
    public IDictionary<string, object> Data { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    Location

    Defines the location of the tooltip rendering event.

    Declaration
    public PointF Location { get; set; }
    Property Value
    Type Description
    System.Drawing.PointF

    Text

    Defines the text rendered in the tooltip.

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

    TextStyle

    Defines the text style for customizing the tooltip text.

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