Back to Devexpress

ChartToolTipController.ToolTipOpening Event

wpf-devexpress-dot-xpf-dot-charts-dot-charttooltipcontroller.md

latest2.8 KB
Original Source

ChartToolTipController.ToolTipOpening Event

Occurs when a tooltip is appearing.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public event ToolTipOpeningEventHandler ToolTipOpening
vb
Public Event ToolTipOpening As ToolTipOpeningEventHandler

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
ChartControlGets or sets a chart which represents data from different kinds of data sources.
HintGets or sets the data representing the content of the tooltip’s hint.
PatternGets or sets a string which represents the pattern specifying the text to be displayed within a tooltip.
SeriesGets or sets a series for which a tooltip appears on a diagram.
SeriesPointGets or sets the series point for which a tooltip appears on a diagram.
ShowBeakGets or sets a value that specifies whether to show the beak of a chart tooltip or not.
ShowHintGets or sets whether to show series or a point hint in a tooltip.
TemplateSpecifies the template that defines the appearance of the tooltip on a chart.

See Also

Tooltip

ChartToolTipController Class

ChartToolTipController Members

DevExpress.Xpf.Charts Namespace