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

Breadcrumbs.Border Property

Gets the chart control’s border settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public RectangularBorder Border { get; }

Property Value

Type Description
RectangularBorder

The border appearance settings storage.

See Also