RadControls for WPF

This class holds the event arguments collected when the DataBound event is raised.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.40

Syntax

C#
public class ChartDataBoundEventArgs : EventArgs
Visual Basic
Public Class ChartDataBoundEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Telerik.Windows.Controls.Charting..::..ChartDataBoundEventArgs

See Also