Class
TrackBallInfoEventArgs

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 EventArgs.Empty

Constructors

TrackBallInfoEventArgs(ChartDataContext)

Initializes a new instance of the TrackBallInfoEventArgs class.

Declaration

cs-api-definition
public TrackBallInfoEventArgs(ChartDataContext context)

Parameters

context

ChartDataContext

The context.

Properties

Context

Gets the context associated with the event.

Declaration

cs-api-definition
public ChartDataContext Context { get; }

Property Value

ChartDataContext

Header

Gets or sets the header of the info control.

Declaration

cs-api-definition
public object Header { get; set; }

Property Value

object