Back to Devexpress

ChartBaseView.HintShown Event

maui-devexpress-dot-maui-dot-charts-dot-chartbaseview-e3d2cf74.md

latest1.1 KB
Original Source

ChartBaseView.HintShown Event

Occurs every time the chart shows a hint.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public event HintShownEventHandler HintShown

Event Data

The HintShown event's data class is HintShownEventArgs. The following properties provide information specific to this event:

PropertyDescription
ScreenPointGets the screen point where a hint is shown.
SeriesPointDataGets information about series and points for which a hint is shown.

See Also

ChartBaseView Class

ChartBaseView Members

DevExpress.Maui.Charts Namespace