Class
DrillEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class DrillEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsDrillEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

DrillEventArgs(DrillDirection, int, ChartView, DataPoint)

Initializes a new instance of the DrillEventArgs class.

Declaration

cs-api-definition
public DrillEventArgs(DrillDirection direction, int level, ChartView view, DataPoint selectedPoint)

Parameters

direction

DrillDirection

The direction.

level

int

The level.

view

ChartView

The view.

selectedPoint

DataPoint

The selected point.

Properties

Direction

Gets or sets the direction.

Declaration

cs-api-definition
public DrillDirection Direction { get; set; }

Property Value

DrillDirection

The direction.

Level

Gets or sets the level.

Declaration

cs-api-definition
public int Level { get; set; }

Property Value

int

The level.

SelectedPoint

Gets or sets the selected point.

Declaration

cs-api-definition
public DataPoint SelectedPoint { get; set; }

Property Value

DataPoint

The selected point.

Series

Gets the series.

Declaration

cs-api-definition
public ChartSeries Series { get; }

Property Value

ChartSeries

The series.

View

Gets or sets the view.

Declaration

cs-api-definition
public ChartView View { get; set; }

Property Value

ChartView

The view.