ChartTooltipShowingEventArgs Class
Contains data for the TooltipShowing event.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.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.