New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

C#
public class DrillEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsDrillEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the DrillEventArgs class.

C#
public DrillEventArgs(DrillDirection direction, int level, ChartView view, DataPoint selectedPoint)
Parameters:directionDrillDirection

The direction.

levelint

The level.

viewChartView

The view.

selectedPointDataPoint

The selected point.

Properties

Gets or sets the direction.

C#
public DrillDirection Direction { get; set; }
Property Value:

The direction.

Gets or sets the level.

C#
public int Level { get; set; }
Property Value:

The level.

Gets or sets the selected point.

C#
public DataPoint SelectedPoint { get; set; }
Property Value:

The selected point.

Gets the series.

C#
public ChartSeries Series { get; }
Property Value:

The series.

Gets or sets the view.

C#
public ChartView View { get; set; }
Property Value:

The view.