Back to Devexpress

RadarDiagram.DrillDownOptions Property

corelibraries-devexpress-dot-xtracharts-dot-radardiagram-f69b7c81.md

latest1.3 KB
Original Source

RadarDiagram.DrillDownOptions Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public DrillDownOptions DrillDownOptions { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property DrillDownOptions As DrillDownOptions

Property Value

TypeDescription
DrillDownOptions

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

|

See Also

RadarDiagram Class

RadarDiagram Members

DevExpress.XtraCharts Namespace