DrillDownOptions Class
In This Article
Stores settings that specify the ways in which drill down can be performed.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public class DrillDownOptions :
ChartElement,
IDrillDownBindings
#Related API Members
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