Class TrackBallInfoEventArgs
Encapsulates the data associated with a ChartTrackBallBehavior.TrackInfoUpdated event.
Inheritance
System.Object
TrackBallInfoEventArgs
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class TrackBallInfoEventArgs : EventArgs
Constructors
TrackBallInfoEventArgs(ChartDataContext)
Initializes a new instance of the TrackBallInfoEventArgs class.
Declaration
public TrackBallInfoEventArgs(ChartDataContext context)
Parameters
ChartDataContext
context
The context. |
Properties
Context
Gets the context associated with the event.
Declaration
public ChartDataContext Context { get; }
Property Value
ChartDataContext
|
Header
Gets or sets the header of the info control.
Declaration
public object Header { get; set; }
Property Value
System.Object
|