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

Definition

Namespace:Telerik.WinControls.UI.Sparkline

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class SparkDataPointTooltipTextNeededEventArgs : EventArgs

Inheritance: objectEventArgsSparkDataPointTooltipTextNeededEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the SparkDataPointTooltipTextNeededEventArgs class.

C#
public SparkDataPointTooltipTextNeededEventArgs(ToolTip tooltip, SparkDataPoint dataPoint, string text)
Parameters:tooltipToolTip

The tool-tip.

dataPointSparkDataPoint

The data point.

textstring

The text.

Properties

Gets the data point.

C#
public SparkDataPoint 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.