Series.DrillDownToPoint(Object) Method
Drills down to the specified series point if the series template by which the series is generated has the SeriesTemplate.SeriesPointDrillTemplate property specified.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| seriesPointObject | Object | The data object by which the series point is generated. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the Chart Control drills down to the series point. |
See Also