Back to Devexpress

ChartToolTipEventArgs Properties

wpf-devexpress-dot-xpf-dot-charts-dot-charttooltipeventargs-dot-underscore-properties.md

latest2.2 KB
Original Source

ChartToolTipEventArgs Properties

Provides data for the ChartToolTipController.ToolTipOpening and ChartToolTipController.ToolTipClosing events.

NameDescription
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

ChartToolTipEventArgs Class

ChartToolTipEventArgs Members

DevExpress.Xpf.Charts Namespace