menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TooltipOpeningEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TooltipOpeningEventArgs

    Class used to create the tooltip opening event arguments.

    Inheritance
    System.Object
    System.EventArgs
    TooltipOpeningEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.SmithChart
    Assembly: Syncfusion.SfSmithChart.WinForms.dll
    Syntax
    public class TooltipOpeningEventArgs : EventArgs

    Constructors

    TooltipOpeningEventArgs()

    Declaration
    public TooltipOpeningEventArgs()

    Properties

    Data

    Gets the current point's data.

    Declaration
    public object Data { get; }
    Property Value
    Type
    System.Object

    PointIndex

    Gets the current point index value of the series.

    Declaration
    public double PointIndex { get; }
    Property Value
    Type
    System.Double

    SeriesIndex

    Gets the current series index value.

    Declaration
    public double SeriesIndex { get; }
    Property Value
    Type
    System.Double

    Style

    Gets or sets the value to customize the tooltip font styles, text color and background color.

    Declaration
    public TooltipOptions Style { get; set; }
    Property Value
    Type
    TooltipOptions

    Text

    Gets or sets the tooltip text which display on mouse over.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved