Skip to main content
All docs
V24.1

ChartTooltipShowingEventArgs Class

Contains data for the TooltipShowing event.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public class ChartTooltipShowingEventArgs :
    CancelEventArgs

Remarks

Handle the TooltipShowing event to obtain information about a tooltip before it appears. You can use event parameters to cancel the tooltip. Refer to the event description for more information and an example.

Inheritance

Object
EventArgs
CancelEventArgs
ChartTooltipShowingEventArgs
See Also