BreadcrumbItem.Template Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public SeriesTemplate Template { get; }
#Property Value
Type | Description |
---|---|
Series |
The series template that the Chart control uses to generate series that show drill down data that the item identifies. |
See Also