Back to Devexpress

ChartControl.DrillDownToSeriesPoint(Object) Method

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-dot-drilldowntoseriespoint-x28-system-dot-object-x29.md

latest2.3 KB
Original Source

ChartControl.DrillDownToSeriesPoint(Object) Method

Drills down to the passed series point if the actual series template has the SeriesTemplate.SeriesPointDrillTemplate specified.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public bool DrillDownToSeriesPoint(
    object seriesPointObject
)
vb
Public Function DrillDownToSeriesPoint(
    seriesPointObject As Object
) As Boolean

Parameters

NameTypeDescription
seriesPointObjectObject

The data object by which a series point is generated.

|

Returns

TypeDescription
Boolean

true if the Chart Control drills down to the series point; otherwise false.

|

Remarks

The chart generates new series using the SeriesTemplate.SeriesPointDrillTemplate for them. You can prevent / handle the drill down state’s change using the ChartControl.DrillDownStateChanging / ChartControl.DrillDownStateChanged events.

Note

If a series point is summarized or aggregated from several data rows, you can use any of these rows to drill down to the series point.

See Also

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace