Class TrackballPointTextNeededEventArgs
Inheritance
System.Object
System.EventArgs
TrackballPointTextNeededEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class TrackballPointTextNeededEventArgs : EventArgs
Constructors
TrackballPointTextNeededEventArgs(String, DataPoint)
Initializes a new instance of the TrackballPointTextNeededEventArgs class.
Declaration
public TrackballPointTextNeededEventArgs(string text, DataPoint point)
Parameters
System.String
text
The text. |
DataPoint
point
The point. |
Properties
Point
Gets the point for which text is needed.
Declaration
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
public string Text { get; set; }
Property Value
System.String
|