Skip to main content

RadarDiagram.DrillDownOptions Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

Declaration

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

Property Value

Type Description
DrillDownOptions

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

See Also