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
Constructors
Initializes a new instance of the TrackBallInfoEventArgs class.
C#
public TrackBallInfoEventArgs(ChartDataContext context)
The context.
Properties
Gets the context associated with the event.
C#
public ChartDataContext Context { get; }