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

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.v18.2.dll

Declaration

public bool DrillDownToPoint(
    object seriesPointObject
)

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