Provides data for chart view data error events, including the associated exception information.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class ChartViewDataErrorEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsChartViewDataErrorEventArgs
Inherited Members
Constructors
Initializes a new instance of the ChartViewDataErrorEventArgs class.
C#
public ChartViewDataErrorEventArgs(Exception exception)
The exception that represents the data error.