Class
TooltipContextNeededEventArgs

Event arguments for RadChart's DataContextNeeded event.

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class TooltipContextNeededEventArgs : EventArgs

Inheritance: objectEventArgsTooltipContextNeededEventArgs

Inherited Members EventArgs.Empty

Constructors

TooltipContextNeededEventArgs(ChartDataContext)

Initializes a new instance of the TooltipContextNeededEventArgs class.

Declaration

cs-api-definition
public TooltipContextNeededEventArgs(ChartDataContext defaultContext)

Parameters

defaultContext

ChartDataContext

The default context which will be used if no new context is provided.

Properties

Context

Gets or sets user defined object that will be used as the chart data context if it is not null. The user can create a custom context based on the information in the default context.

Declaration

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

Property Value

object

DefaultContext

Gets the default data context that is provided by RadChart.

Declaration

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

Property Value

ChartDataContext