Back to Devexpress

ChartControl.DrillDownToSeries(Object) Method

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

latest2.0 KB
Original Source

ChartControl.DrillDownToSeries(Object) Method

Drills down to a series with the passed series ID if the actual series template has the SeriesTemplate.SeriesDrillTemplate specified.

Namespace : DevExpress.XtraCharts

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public bool DrillDownToSeries(
    object seriesObject
)
vb
Public Function DrillDownToSeries(
    seriesObject As Object
) As Boolean

Parameters

NameTypeDescription
seriesObjectObject

The data object value that specifies the series identifier.

|

Returns

TypeDescription
Boolean

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

|

Remarks

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

See Also

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace