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.v18.2.dll

Declaration

[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
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