Skip to main content

ChartToolTipEventArgs Members

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

Fields

Name Description
Empty static Provides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines 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() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines 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