Skip to main content

SimpleDiagram.DrillDownOptions Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
DrillDownOptions

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

See Also