Skip to main content

WebChartControl.DrillDownToArgument(Object) Method

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

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v23.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public bool DrillDownToArgument(
    object argument
)

Parameters

Name Type Description
argument Object

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

Returns

Type Description
Boolean

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

Remarks

The chart uses the SeriesTemplate.ArgumentDrillTemplate to generate new series. You can prevent / handle the drill down state’s change using the WebChartControl.DrillDownStateChanging / WebChartControl.DrillDownStateChanged events.

See Also