Skip to main content
A newer version of this page is available. .

XYDiagram.DrillDownOptions Property

Returns mouse actions and hotkey settings for the Drill Down feature.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public DrillDownOptions DrillDownOptions { get; }

Property Value

Type Description
DrillDownOptions

Drill Down’s settings storage for mouse actions and hotkeys.

See Also