Skip to main content

HintShownEventArgs Class

Provides data for the ChartBaseView.HintShown event.

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

Declaration

public class HintShownEventArgs :
    EventArgs

Remarks

The HintShownEventArgs objects are automatically created, initialized and passed to the ChartBaseView.HintShown event handlers.

Inheritance

Object
EventArgs
HintShownEventArgs
See Also