New to Kendo UI for Angular? Start a free 30-day trial
SeriesDrilldownTemplateDirective
Updated on Jun 18, 2025
Represents the Kendo UI for Angular Chart Series Drilldown Template directive.
Use this directive within the <kendo-chart-series-item> component to create nested
Drilldown series.
When you click on a data point with drilldown data, the Chart creates a new series based on this template.
The template context passes through the following fields:
drilldownValue—The drilldown field value.point—The series point to drill down to.series—The series to drill down to.
Selector
[kendoChartDrilldownSeries]