Skip to main content

Breadcrumbs.Margins Property

Specifies the indent between the Breadcrumbs element’s edge and other chart elements (e.g. diagram, title), in pixels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public RectangleIndents Margins { get; }

Property Value

Type Description
RectangleIndents

The Breadcrumbs element’s outer indents, measured in pixels.

See Also