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

ChartModel.Breadcrumbs Property

Gets or sets the ChartControl.Breadcrumbs property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.2.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Elements)]
public BreadcrumbsModel Breadcrumbs { get; }

Property Value

Type Description
BreadcrumbsModel

The Breadcrumbs’ model.

See Also