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