alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class AxisTooltipEventArgs

    Represents the event data for axis tooltip customization, including appearance and content settings.

    Inheritance
    System.Object
    System.EventArgs
    AxisTooltipEventArgs
    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.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Windows.dll
    Syntax
    public class AxisTooltipEventArgs : EventArgs

    Constructors

    AxisTooltipEventArgs(Int32)

    Initializes a new instance of the AxisTooltipEventArgs class.

    Declaration
    public AxisTooltipEventArgs(int axisIndex)
    Parameters
    Type Name Description
    System.Int32 axisIndex

    Properties

    AxisIndex

    Gets the index of axis.

    Declaration
    public int AxisIndex { get; }
    Property Value
    Type
    System.Int32

    Border

    Gets or sets the border color of the tooltip.

    Declaration
    public ChartLineInfo Border { get; set; }
    Property Value
    Type
    ChartLineInfo

    ForeColor

    Gets or sets the text color.

    Declaration
    public Color ForeColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    Interior

    Gets or sets the background color of tooltip.

    Declaration
    public BrushInfo Interior { get; set; }
    Property Value
    Type
    BrushInfo

    Text

    Gets or sets the text displayed in tooltip.

    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