Back to Devexpress

ChartTooltipShowingEventArgs Class

blazor-devexpress-dot-blazor-493707aa.md

latest1.3 KB
Original Source

ChartTooltipShowingEventArgs Class

Contains data for the TooltipShowing event.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public class ChartTooltipShowingEventArgs :
    CancelEventArgs

ChartTooltipShowingEventArgs is the data class for the following events:

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 additional information and an example.

Inheritance

Object EventArgs CancelEventArgs ChartTooltipShowingEventArgs

See Also

ChartTooltipShowingEventArgs Members

DevExpress.Blazor Namespace