alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TooltipOpeningEventArgs

    Class used to create the tooltip opening event arguments.

    Inheritance
    System.Object
    TooltipOpeningEventArgs
    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 - 2026 Syncfusion Inc. All Rights Reserved