Back to Devexpress

DrillDownOptions Class

corelibraries-devexpress-dot-xtracharts-b96d8f6d.md

latest1.7 KB
Original Source

DrillDownOptions Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class DrillDownOptions :
    ChartElement,
    IDrillDownBindings
vb
Public Class DrillDownOptions
    Inherits ChartElement
    Implements 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

DrillDownOptions Members

DevExpress.XtraCharts Namespace