ClassTrackBallInfoEventArgs
Class
Encapsulates the data associated with a event.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public class TrackBallInfoEventArgs : EventArgs
Inheritance: objectEventArgsTrackBallInfoEventArgs
Inherited Members
Constructors
TrackBallInfoEventArgs(ChartDataContext)
Initializes a new instance of the TrackBallInfoEventArgs class.
Declaration
cs-api-definition
public TrackBallInfoEventArgs(ChartDataContext context)
Parameters
context
The context.
Properties
Context
Gets the context associated with the event.
Declaration
cs-api-definition
public ChartDataContext Context { get; }
Property Value