Back to Devexpress

BreadcrumbItem.Template Property

corelibraries-devexpress-dot-xtracharts-dot-breadcrumbitem.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public SeriesTemplate Template { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
Public ReadOnly Property Template As SeriesTemplate

Property Value

TypeDescription
SeriesTemplate

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

|

See Also

BreadcrumbItem Class

BreadcrumbItem Members

DevExpress.XtraCharts Namespace