Class TrackBallInfoEventArgs
Encapsulates the data associated with a Chart
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 Track
Declaration
public TrackBallInfoEventArgs(ChartDataContext context)
Parameters
Chart The context. |
Properties
Context
Gets the context associated with the event.
Declaration
public ChartDataContext Context { get; }
Property Value
Header
Gets or sets the header of the info control.
Declaration
public object Header { get; set; }
Property Value
System.
|