Class
TextNeededEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class TextNeededEventArgs : EventArgs

Inheritance: objectEventArgsTextNeededEventArgs

Inherited Members EventArgs.Empty

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

TrackballInfoElement

The element.

points

List<DataPointInfo>

The points.

text

string

The text.

Properties

Element

Gets the trackball info element.

Declaration

cs-api-definition
public TrackballInfoElement Element { get; }

Property Value

TrackballInfoElement

Points

Gets the points on which the trackball will move next.

Declaration

cs-api-definition
public List<DataPointInfo> Points { get; }

Property Value

List<DataPointInfo>

Text

Gets or sets the text to be displayed on the trackball info element.

Declaration

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

Property Value

string