Skip to main content
A newer version of this page is available. .

BreadcrumbItem.Template Property

Returns the series template that the Chart control uses to generate series that show drill down data that the item identifies.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public SeriesTemplate Template { get; }

Property Value

Type Description
SeriesTemplate

The series template that the Chart control uses to generate series that show drill down data that the item identifies.

See Also