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.v24.1.dll
NuGet Package: DevExpress.Charts
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