Back to Devexpress

ChartControl.DrillDownToArgument(Object) Method

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

latest2.0 KB
Original Source

ChartControl.DrillDownToArgument(Object) Method

Drills down to the passed argument if the actual series template has the SeriesTemplate.ArgumentDrillTemplate specified.

Namespace : DevExpress.XtraCharts

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public bool DrillDownToArgument(
    object argument
)
vb
Public Function DrillDownToArgument(
    argument As Object
) As Boolean

Parameters

NameTypeDescription
argumentObject

The data object value that specifies the chart’s argument.

|

Returns

TypeDescription
Boolean

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

|

Remarks

The chart generates new series using the SeriesTemplate.ArgumentDrillTemplate 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