New to Telerik UI for WPFStart a free 30-day trial

Encapsulates the data associated with a event.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public class TrackBallInfoEventArgs : EventArgs

Inheritance: objectEventArgsTrackBallInfoEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the TrackBallInfoEventArgs class.

C#
public TrackBallInfoEventArgs(ChartDataContext context)
Parameters:contextChartDataContext

The context.

Properties

Gets the context associated with the event.

C#
public ChartDataContext Context { get; }

Gets or sets the header of the info control.

C#
public object Header { get; set; }