WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate AxisTooltipRenderingEventHandler - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Delegate AxisTooltipRenderingEventHandler

    Event handler for axis tooltip in crosshair and trackball

    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Windows.dll
    Syntax
    public delegate void AxisTooltipRenderingEventHandler(object sender, AxisTooltipEventArgs args);
    Parameters
    Type Name Description
    System.Object sender

    ChartControl

    AxisTooltipEventArgs args

    Options to customize axis tooltip

    Constructors

    AxisTooltipRenderingEventHandler(Object, IntPtr)

    Declaration
    public AxisTooltipRenderingEventHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Object, AxisTooltipEventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, AxisTooltipEventArgs args, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object sender
    AxisTooltipEventArgs args
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(Object, AxisTooltipEventArgs)

    Declaration
    public virtual void Invoke(object sender, AxisTooltipEventArgs args)
    Parameters
    Type Name Description
    System.Object sender
    AxisTooltipEventArgs args
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved