A newer version of this page is available.
Switch to the current version.
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
<TypeConverter(GetType(LocalizableExpandableObjectTypeConverter))>
Public Class DrillDownOptions
Inherits ChartElement
Implements IDrillDownBindings
Related API Members
The following members accept/return DrillDownOptions objects:
Remarks
The XYDiagram.DrillDownOptions, SimpleDiagram.DrillDownOptions and RadarDiagram.DrillDownOptions properties uses this type.
Inheritance
Object
ChartElement
DrillDownOptions
See Also
Feedback