DrillEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class DrillEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsDrillEventArgs
Inherited Members
Constructors
Initializes a new instance of the DrillEventArgs class.
C#
public DrillEventArgs(DrillDirection direction, int level, ChartView view, DataPoint selectedPoint)
The direction.
levelintThe level.
viewChartViewThe view.
selectedPointDataPointThe selected point.
Properties
Gets or sets the direction.
C#
public DrillDirection Direction { get; set; }
The direction.
Gets or sets the selected point.
C#
public DataPoint SelectedPoint { get; set; }
The selected point.
Gets the series.
C#
public ChartSeries Series { get; }
The series.