Skip to main content

ChartToolTipEventArgs Class

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

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