DrillDownOptions Class
Stores settings that specify the ways in which drill down can be performed.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
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