Skip to main content

DrillDownOptions Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.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