ClassDrillEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class DrillEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsDrillEventArgs
Inherited Members
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
The direction.
level
The level.
view
The view.
selectedPoint
The selected point.
Properties
Direction
Gets or sets the direction.
Declaration
cs-api-definition
public DrillDirection Direction { get; set; }
Property Value
The direction.
Level
Gets or sets the level.
SelectedPoint
Gets or sets the selected point.
Declaration
cs-api-definition
public DataPoint SelectedPoint { get; set; }
Property Value
The selected point.
Series
Gets the series.
Declaration
cs-api-definition
public ChartSeries Series { get; }
Property Value
The series.