Back to Devexpress

ChartToolTipEventArgs Members

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

latest4.4 KB
Original Source

ChartToolTipEventArgs Members

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

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

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.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

ChartToolTipEventArgs Class

DevExpress.Xpf.Charts Namespace