Class
TrackballPointTextNeededEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class TrackballPointTextNeededEventArgs : EventArgs

Inheritance: objectEventArgsTrackballPointTextNeededEventArgs

Inherited Members EventArgs.Empty

Constructors

TrackballPointTextNeededEventArgs(string, DataPoint)

Initializes a new instance of the TrackballPointTextNeededEventArgs class.

Declaration

cs-api-definition
public TrackballPointTextNeededEventArgs(string text, DataPoint point)

Parameters

text

string

The text.

point

DataPoint

The point.

Properties

Point

Gets the point for which text is needed.

Declaration

cs-api-definition
public DataPoint Point { get; }

Property Value

DataPoint

Text

Gets the default format string that will be used for formatting the text for the given point.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string