New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

C#
public class DataPointTooltipTextNeededEventArgs : EventArgs

Inheritance: objectEventArgsDataPointTooltipTextNeededEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the DataPointTooltipTextNeededEventArgs class.

C#
public DataPointTooltipTextNeededEventArgs(ToolTip tooltip, DataPoint dataPoint, string text)
Parameters:tooltipToolTip

The tool-tip.

dataPointDataPoint

The data point.

textstring

The text.

Properties

Gets the data point.

C#
public DataPoint DataPoint { get; }
Property Value:

The data point.

Gets or sets the text.

C#
public string Text { get; set; }
Property Value:

The text.

Gets the tool-tip.

C#
public ToolTip Tooltip { get; }
Property Value:

The tool-tip.