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.v26.1.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