Skip to main content
A newer version of this page is available. .

ChartToolTipEventArgs Class

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.2.dll

Declaration

[NonCategorized]
public class ChartToolTipEventArgs :
    CancelEventArgs

Remarks

An instance of the ChartToolTipEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object
EventArgs
CancelEventArgs
ChartToolTipEventArgs
See Also