TextNeededEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class TextNeededEventArgs : EventArgs
Inheritance: objectEventArgsTextNeededEventArgs
Inherited Members
Constructors
Initializes a new instance of the TextNeededEventArgs class.
C#
public TextNeededEventArgs(TrackballInfoElement element, List<DataPointInfo> points, string text)
The element.
pointsList<DataPointInfo>The points.
textstringThe text.
Properties
Gets the trackball info element.
C#
public TrackballInfoElement Element { get; }
Points
List<DataPointInfo>
Gets the points on which the trackball will move next.
C#
public List<DataPointInfo> Points { get; }