Skip to main content
A newer version of this page is available. .

DrillDownOptions Class

Stores settings that specify the ways in which drill down can be performed.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class DrillDownOptions :
    ChartElement,
    IDrillDownBindings

The following members return DrillDownOptions objects:

Remarks

The XYDiagram.DrillDownOptions, SimpleDiagram.DrillDownOptions and RadarDiagram.DrillDownOptions properties uses this type.

Inheritance

Object
ChartElement
DrillDownOptions
See Also