Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartToolTipEventArgs Properties
Show Inherited Hide Inherited

Provides data for the ChartToolTipController.ToolTipOpening and ChartToolTipController.ToolTipClosing events.
Name Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
ChartControl Gets or sets a chart which represents data from different kinds of data sources.
Hint Gets or sets the data representing the content of the tooltip’s hint.
Pattern Gets or sets a string which represents the pattern specifying the text to be displayed within a tooltip.
Series Gets or sets a series for which a tooltip appears on a diagram.
SeriesPoint Gets or sets the series point for which a tooltip appears on a diagram.
ShowBeak Gets or sets a value that specifies whether to show the beak of a chart tooltip or not.
ShowHint Gets or sets whether to show series or a point hint in a tooltip.
Template Specifies the template that defines the appearance of the tooltip on a chart.
See Also