Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

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